has_map_ent_class
Syntax
native bool:has_map_ent_class(const classname[]);
Usage
| Parameter | Description |
|---|---|
| classname | Entity classname to match |
Description
Returns if a map contains at least one entity with the provided class name.
Return
True if an entity is found, false otherwise