AMX Mod X API Documentation

Signature
native bool:has_map_ent_class(const classname[]);
Description

Returns if a map contains at least one entity with the provided class name.

Parameters
  • classname Entity classname to match
Returns

True if an entity is found, false otherwise

Назад
Верх