Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsWorld.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
15
sealed
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
index
SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index
Definition
SCR_DestructionSynchronizationComponent.c:17
IEntity
Definition
IEntity.c:13
vector
Definition
vector.c:13
GetUpdateRate
proto external float GetUpdateRate()
scripts
Core
generated
Physics
PhysicsWorld.c
Generated by
1.17.0