UTIL_DropToFloor

From Valve Developer Community
Revision as of 15:53, 2 November 2021 by Amicdict (talk | contribs) (Created page with "{{lang|UTIL DropToFloor|title=<code>UTIL_DropToFloor</code>}} {{ent|UTIL_DropToFloor}} is a UTIL function that snaps an entity's Z coordinate to the floor. ==Declaration==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
English (en)Translate (Translate)

UTIL_DropToFloor is a UTIL function that snaps an entity's Z coordinate to the floor.

Declaration

int UTIL_DropToFloor( CBaseEntity *pEntity, unsigned int mask, CBaseEntity *pIgnore );