GetEntData
Peeks into an entity's object data and retrieves the integer value at
the given offset.
native int GetEntData(int entity, int offset, int size = 4)
Parameters
int size
Number of bytes to read (valid values are 1, 2, or 4).
Return Value
int Value at the given memory location.Error
Invalid entity or offset out of reasonable bounds.