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