![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override bool | ShouldBePaused () |
| void | RegisterEntity (notnull IEntity ent, InventoryItemComponent iic=null) |
| void | UnregisterEntity (notnull IEntity ent) |
| void | OnUpdatePoint (WorldUpdatePointArgs args) |
Static Protected Member Functions | |
| static override void | InitInfo (WorldSystemInfo outInfo) |
| static SCR_PhysicsObserverSystem | GetInstance () |
Protected Attributes | |
| ref array< ref Tuple3< IEntity, bool, SCR_PhysicsObserverAttribute > > | m_aObservedEntities |
Definition at line 1 of file SCR_PhysicsObserverSystem.c.
|
inlinestaticprotected |
Definition at line 21 of file SCR_PhysicsObserverSystem.c.
|
inlinestaticprotected |
Definition at line 12 of file SCR_PhysicsObserverSystem.c.
|
inlineprotected |
Definition at line 83 of file SCR_PhysicsObserverSystem.c.
|
inlineprotected |
Adds entity to the list of observed physics activity, while ensure that entity wasnt already added
| [in] | ent | |
| [in] | iic |
Definition at line 32 of file SCR_PhysicsObserverSystem.c.
|
inlineprotected |
Definition at line 6 of file SCR_PhysicsObserverSystem.c.
|
inlineprotected |
Stops observation of the entity physics activity
| [in] | ent |
Definition at line 66 of file SCR_PhysicsObserverSystem.c.
|
protected |
Definition at line 3 of file SCR_PhysicsObserverSystem.c.