native entity_get_int(iIndex, iKey);
iIndex | Entity index |
iKey | Entry to retrieve from |
Returns an integer type value from an entities entvar struct.
For a list of valid integer type entries, see the EV_INT_* constants in engine_const.inc
Value of specified entry
If an invalid entity index is provided, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.