find_ent_by_target
- Синтаксис
-
native find_ent_by_target(iIndex, const szClass[]);
Переменная | Описание |
---|---|
iIndex |
Entity index to start from |
szClass |
Target to match |
- Описание
- Searches entities in the world, starting at a specified index and matching by target.
- Возвращает
- Entity index if an entity was found, 0 otherwise