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

◆ SetCollisionCylinderTwoWayNative()

proto native void SetCollisionCylinderTwoWayNative ( float radius,
float negativeHeight,
float positiveHeight )
private

Sets collision cylinder for object, representing cylinder from origin(center), height can be defined in both directions.

Аргументы
radiusfloat Radius of cylinder
negativeHeighfloat Negative height of cylinder
positiveHeightfloat Positive height of cylinder
Заметки
Automatically sets TriggerShape.CYLINDER
usage :
void SetCollisionCylinderTwoWay(float radius, float negativeHeight, float positiveHeight)
Input value validated version of SetCollisionCylinderTwoWay.
Определения ScriptedEntity.c:80

Используется в SetCollisionCylinderTwoWay().