Arma Reforger Script API
|
Public Member Functions | |
override void | OnUpdate (ESystemPoint point) |
void | Register (SCR_AnimatedBeltComponent component) |
void | Unregister (SCR_AnimatedBeltComponent component) |
![]() | |
bool | ShouldBePaused () |
Is this system should be paused while the simulation is paused? | |
bool | ShouldBeEnabledInEditMode () |
Is this system should be enabled inside the editor. | |
Static Public Member Functions | |
static override void | InitInfo (WorldSystemInfo outInfo) |
Protected Member Functions | |
override void | OnInit () |
Protected Attributes | |
ref array< SCR_AnimatedBeltComponent > | m_aComponents = {} |
|
static |
|
protected |
override void SCR_AnimatedBeltSystem.OnUpdate | ( | ESystemPoint | point | ) |
void SCR_AnimatedBeltSystem.Register | ( | SCR_AnimatedBeltComponent | component | ) |
void SCR_AnimatedBeltSystem.Unregister | ( | SCR_AnimatedBeltComponent | component | ) |
|
protected |