native entity_get_byte(iIndex, iKey);
iIndex | Entity index |
iKey | Entry to retrieve from |
Returns a bytearray type value from an entities entvar struct.
For a list of valid bytearray type entries, see the EV_BYTE_* constants in engine_const.inc
Value of specified entry, 0 if an invalid entry was specified
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.