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