native

entity_get_byte

Syntax

native entity_get_byte(iIndex, iKey);

Description

Returns a bytearray type value from an entities entvar struct.

Parameters

iIndex Entity index
iKey Entry to retrieve from

Note

For a list of valid bytearray type entries, see the EV_BYTE_* constants
in engine_const.inc

Return

Value of specified entry, 0 if an invalid entry was
specified

Error

If an invalid entity index is provided, an error will be
thrown.