Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
gameLibComponents.c
Go to the documentation of this file.
1//Generic components from GameLib (script side of c++ classes)
2
4//TypeID MeshObjectTypeID;
5//TypeID HierarchyTypeID;
6//TypeID RigidBodyTypeID;
7//TypeID SphereGeometryTypeID;
8//TypeID BoxGeometryTypeID;
9
10class SignalInput
11{
12 string m_name;
13 float m_value;
14
15 void SignalInput()
16 {
17 m_value = 0;
18 }
19}
20
21enum EItemInsertionResult
22{
26 ErrorItemHasNoLayout
27}
28
29class RplSchedulerInsertionCtx
30{
32}
33
34
35
class SignalInput ErrorLateInsertion
class SignalInput StateOverride
class SignalInput ErrorNullItem
class SignalInput Ok
RplStateOverride
Used to override the current RplGameState during node hierarchy insertion.