|
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
enum TriggerShape SetClippingInfo(vector mins, vector maxs, float radius)
Sets collision properties for object.
proto native void SetTriggerShape(TriggerShape shape)
Set the TriggerShape to be used, default is TriggerShape.BOX.
proto native void SetCollisionCylinder(float radius, float height)
Sets collision cylinder for object.
proto native void SetCollisionBox(vector mins, vector maxs)
Sets collision box for object.
proto native void SetCollisionSphere(float radius)
Sets collision sphere for object.
override bool IsInventoryVisible()
proto native TriggerShape GetTriggerShape()
Get the current TriggerShape.