/external/quake/quake/src/WinQuake/ |
world.h | 53 void SV_LinkEdict (edict_t *ent, qboolean touch_triggers);
|
sv_move.cpp | 147 SV_LinkEdict (ent, true); 182 SV_LinkEdict (ent, true); 200 SV_LinkEdict (ent, true); 216 SV_LinkEdict (ent, true); 254 SV_LinkEdict (ent, true); 257 SV_LinkEdict (ent, true);
|
sv_phys.cpp | 424 SV_LinkEdict (ent, true); 468 SV_LinkEdict (pusher, false); 531 SV_LinkEdict (check, true); 534 SV_LinkEdict (pusher, false); 550 SV_LinkEdict (moved_edict[i], false); 596 SV_LinkEdict (pusher, false); 664 SV_LinkEdict (check, true); 667 SV_LinkEdict (pusher, false); 684 SV_LinkEdict (moved_edict[i], false); 779 SV_LinkEdict (ent, true) [all...] |
pr_cmds.cpp | 128 SV_LinkEdict (e, false); 203 SV_LinkEdict (e, false); 1207 SV_LinkEdict (ent, false); [all...] |
host_cmd.cpp | 695 SV_LinkEdict (ent, false); 858 SV_LinkEdict (ent, false); [all...] |
world.cpp | 368 SV_LinkEdict 372 void SV_LinkEdict (edict_t *ent, qboolean touch_triggers)
|
/external/quake/quake/src/QW/server/ |
world.h | 67 void SV_LinkEdict (edict_t *ent, qboolean touch_triggers);
|
sv_move.c | 147 SV_LinkEdict (ent, true); 182 SV_LinkEdict (ent, true); 200 SV_LinkEdict (ent, true); 216 SV_LinkEdict (ent, true); 254 SV_LinkEdict (ent, true); 257 SV_LinkEdict (ent, true);
|
sv_phys.c | 413 SV_LinkEdict (ent, true); 449 SV_LinkEdict (pusher, false);
495 SV_LinkEdict (check, false);
511 SV_LinkEdict (check, false);
518 SV_LinkEdict (check, false);
523 SV_LinkEdict (pusher, false);
538 SV_LinkEdict (moved_edict[i], false);
656 SV_LinkEdict (ent, false); 805 SV_LinkEdict (ent, true); 922 SV_LinkEdict (ent, true); // force retouch even for stationar [all...] |
pr_cmds.c | 127 SV_LinkEdict (e, false); 151 SV_LinkEdict (e, false); 191 SV_LinkEdict (e, false); 1031 SV_LinkEdict (ent, false);
|
sv_user.c | [all...] |
world.c | 358 SV_LinkEdict 362 void SV_LinkEdict (edict_t *ent, qboolean touch_triggers)
|