find_ent_in_sphere
- Синтаксис
-
native find_ent_in_sphere(start_from_ent, const Float:origin[3], Float:radius);
Переменная | Описание |
---|---|
start_from_ent |
Entity index to start from |
origin |
Center of sphere |
radius |
Sphere radius |
- Описание
- Searches for entities inside a sphere, starting at a specified index.
- Возвращает
- Entity index if an entity was found, 0 otherwise