Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Modules | |
RigidBody API | |
Typedefs | |
typedef int[] | dGeom |
typedef int[] | dJoint |
typedef int[] | dBlock |
Functions | |
proto native int | dGetNumDynamicBodies (notnull IEntity worldEnt) |
proto native IEntity | dGetDynamicBody (notnull IEntity worldEnt, int index) |
proto native void | dSetInteractionLayer (notnull IEntity worldEntity, int mask1, int mask2, bool enable) |
proto native bool | dGetInteractionLayer (notnull IEntity worldEntity, int mask1, int mask2) |
proto native vector | dGetGravity (notnull IEntity worldEntity) |
Gets global gravity. More... | |
proto native void | dSetGravity (notnull IEntity worldEntity, vector g) |
Changes global gravity. More... | |
proto native void | dSetTimeSlice (notnull IEntity worldEntity, float timeSlice) |
Changes fixed time-slice. Default is 1/40, thus simulation runs on 40fps. With smaller values, there is more precise simulation. More... | |
Definition at line 8 of file enphysics.c.
Definition at line 6 of file enphysics.c.
Definition at line 7 of file enphysics.c.
proto native void dSetInteractionLayer | ( | notnull IEntity | worldEntity, |
int | mask1, | ||
int | mask2, | ||
bool | enable | ||
) |