DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ SetCollisionBox()

proto native void SetCollisionBox ( vector mins,
vector maxs )

Sets collision box for object.

Аргументы
minsvector Min values of box
maxsvector Max values of box
Заметки
Automatically sets TriggerShape.BOX
usage :
vector mins = "-1 -1 -1";
vector maxs = "1 1 1";
SetCollisionBox(mins, maxs);
proto native void SetCollisionBox(vector mins, vector maxs)
Sets collision box for object.
Определения EnConvert.c:106

Используется в Trigger::SetExtents().