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

DP QC TRACE MOVETYPE HITMODEL

From Quake Wiki

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)