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

◆ SetCollisionCylinder()

proto native void SetCollisionCylinder ( float radius,
float height )

Sets collision cylinder for object, representing cylinder from origin(center) up to defined positive height.

Аргументы
radiusfloat Radius of cylinder
heightfloat Height of cylinder
Заметки
Automatically sets TriggerShape.CYLINDER
usage :
proto native void SetCollisionCylinder(float radius, float height)
Sets collision cylinder for object, representing cylinder from origin(center) up to defined positive ...