UTIL_IsValidEntity

From Valve Developer Community
Revision as of 18:17, 2 November 2021 by Amicdict (talk | contribs) (Created page with "{{lang|UTIL IsValidEntity|title=<code>UTIL_IsValidEntity</code>}} {{ent|UTIL_IsValidEntity}} is a UTIL function that determines if an entity pointer is a null pointer. If...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
English (en)Translate (Translate)

UTIL_IsValidEntity is a UTIL function that determines if an entity pointer is a null pointer. If the entity pointer is a null pointer, then the function returns false; otherwise it returns true.

Declaration

bool UTIL_IsValidEntity( CBaseEntity *pEnt )