|
Arma Reforger Script API
|
Public Member Functions | |
| override void | OnDiag (float timeSlice) |
| void | Register (SCR_MotorExhaustEffectGeneralComponent component) |
| void | Unregister (SCR_MotorExhaustEffectGeneralComponent component) |
Public Member Functions inherited from GameSystem | |
| 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 | OnUpdatePoint (WorldUpdatePointArgs args) |
Protected Attributes | |
| ref array< SCR_MotorExhaustEffectGeneralComponent > | m_MotorsComponents = {} |
|
static |
| override void MotorExhaustSystem.OnDiag | ( | float | timeSlice | ) |
|
protected |
| void MotorExhaustSystem.Register | ( | SCR_MotorExhaustEffectGeneralComponent | component | ) |
| void MotorExhaustSystem.Unregister | ( | SCR_MotorExhaustEffectGeneralComponent | component | ) |
|
protected |