HasEntProp
Checks if an entity property exists on an entity.
stock bool HasEntProp(int entity, PropType type, const char[] prop)Parameters
int entity
Entity/edict index.
const char[] prop
Property name.
Return Value
bool Whether the property exists on the entity.Error
Invalid entity.