Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
PhysicsWorld.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15sealed class PhysicsWorld
16{
17 private void PhysicsWorld();
18 private void ~PhysicsWorld();
19
27 static proto void SetInteractionLayer(notnull IEntity worldEntity, int mask1, int mask2, bool enable);
32 static proto vector GetGravity(notnull IEntity worldEntity);
38 static proto void SetGravity(notnull IEntity worldEntity, vector g);
43 static proto float GetTimeSlice(notnull IEntity worldEntity);
48 static proto int GetUpdateRate(notnull IEntity worldEntity);
54 static proto void SetUpdateRate(notnull IEntity worldEntity, int updateRate);
59 static proto int GetNumDynamicBodies(notnull IEntity worldEntity);
65 static proto IEntity GetDynamicBody(notnull IEntity worldEntity, int index);
66}
67
SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index
proto external float GetUpdateRate()