entity_set_size
- Синтаксис
-
native entity_set_size(index, const Float:mins[3], const Float:maxs[3]);
Переменная | Описание |
---|---|
index |
Entity index |
mins |
Vector containing the minimum point relative to the origin |
maxs |
Vector containing the maximum point relative to the origin |
- Описание
- Sets the size of the entity bounding box, as described by the minimum and maximum vectors relative to the origin.
- Возвращает
- Функция ничего не возвращает