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

DP QC TRACE MOVETYPE HITMODEL

From Quake Wiki

Revision as of 02:18, 25 March 2013 by Hectate (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Constant definitions:

float MOVE_HITMODEL = 4;

Allows traces to hit alias models (not sprites!) instead of entity boxes, use as the nomonsters parameter to trace functions, note that you can hit invisible model entities (alpha < 0 or EF_NODRAW or model "", it only checks modelindex)