Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
activestate.c
Go to the documentation of this file.
1
5
18
ActiveState
Activation state of the physics controller in the physics world.
Definition activestate.c:10
@ INACTIVE
body is not simulated (sleeps)
Definition activestate.c:12
@ ALWAYS_ACTIVE
body is simulated and cannot sleep
Definition activestate.c:16
@ ACTIVE
body is simulated
Definition activestate.c:14