GetEntPropArraySize
Retrieves the count of values that an entity property's array can store.
native int GetEntPropArraySize(int entity, PropType type, const char[] prop)Parameters
int entity
Entity/edict index.
const char[] prop
Property name.
Return Value
int Size of array (in elements) or 0 if property is not an array.Error
Invalid entity or property not found.