Searched defs:touch_triggers (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/server/
H A Dworld.c362 void SV_LinkEdict (edict_t *ent, qboolean touch_triggers) argument
430 // if touch_triggers, touch all entities at this node and decend for more
431 if (touch_triggers)
/external/quake/quake/src/WinQuake/
H A Dworld.cpp372 void SV_LinkEdict (edict_t *ent, qboolean touch_triggers) argument
468 // if touch_triggers, touch all entities at this node and decend for more
469 if (touch_triggers)

Completed in 67 milliseconds