GetModelCollisionBox
- Синтаксис
-
native GetModelCollisionBox(entity, Float:mins[3], Float:maxs[3]);
Переменная | Описание |
---|---|
entity |
The entity index to use. |
mins |
The local negative collision box distance. |
maxs |
The local positive collision box distance. |
- Описание
- Gets size of the entity models collision box.
- Возвращает
- 1 on success, 0 on faillure.