native

find_ent_by_class

Syntax

native find_ent_by_class(iIndex, const szClass[]);

Description

Searches entities in the world, starting at a specified index and matching by
classname.

Parameters

iIndex Entity index to start from
szClass Classname to match

Return

Entity index if an entity was found, 0 otherwise