Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Difference between revisions of "DP QC TRACE MOVETYPE WORLDONLY"

From Quake Wiki

(New page: Constant definitions: <pre> float MOVE_WORLDONLY = 3; </pre> Allows traces to hit only world (ignoring all entities, unlike MOVE_NOMONSTERS which hits all bmodels), use as the nomonsters ...)
 
 
Line 5: Line 5:
  
 
Allows traces to hit only world (ignoring all entities, unlike MOVE_NOMONSTERS which hits all bmodels), use as the nomonsters parameter to trace functions
 
Allows traces to hit only world (ignoring all entities, unlike MOVE_NOMONSTERS which hits all bmodels), use as the nomonsters parameter to trace functions
 +
[[Category:DarkPlaces]]

Latest revision as of 02:18, 25 March 2013

Constant definitions:

float MOVE_WORLDONLY = 3;

Allows traces to hit only world (ignoring all entities, unlike MOVE_NOMONSTERS which hits all bmodels), use as the nomonsters parameter to trace functions