entity_intersects
- Синтаксис
-
native bool:entity_intersects(entity, other);
Переменная | Описание |
---|---|
entity |
Entity index 1 |
other |
Entity index 2 |
- Описание
- Returns if two entities bounding boxes intersect by comparing their absolute minimum and maximum origins.
- Возвращает
- True if entities intersect, false otherwise