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 16:44, 28 February 2008 by KrimZon (talk | contribs) (New page: Constant definitions: <pre> float MOVE_HITMODEL = 4; </pre> Allows traces to hit alias models (not sprites!) instead of entity boxes, use as the nomonsters parameter to trace functions, n...)
(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)