Searches for an entity by classname.
int FindEntityByClassname(int startEnt, const char[] classname)
A valid entity's index after which to begin searching from. Use -1 to start from the first entity.
Classname of the entity to find.
Entity index >= 0 if found, -1 otherwise.
Invalid start entity or lack of mod support.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.