rg_find_ent_by_owner
- Синтаксис
-
native rg_find_ent_by_owner(&start_index, const classname[], owner);
Переменная | Описание |
---|---|
start_index |
Entity index to start searching from. -1 to start from the first entity |
classname |
Classname to search for |
- Описание
- Finds an entity in the world using Counter-Strike's custom FindEntityByString wrapper, matching by owner.
- Возвращает
- 1 if found, 0 otherwise