Arma Reforger Script API
|
Public Member Functions | |
bool | ShouldBePaused () |
Is this system should be paused while the simulation is paused? | |
bool | ShouldBeEnabledInEditMode () |
Is this system should be enabled inside the editor. | |
bool GameSystem.ShouldBeEnabledInEditMode | ( | ) |
Is this system should be enabled inside the editor.
Implemented in AnimateWidgetSystem.
bool GameSystem.ShouldBePaused | ( | ) |
Is this system should be paused while the simulation is paused?
Implemented in SCR_ScenarioFrameworkSystem, FireDamageSystem, FuelConsumptionSystem, SCR_AmbientPatrolSystem, SCR_AmbientVehicleSystem, SCR_RadioCoverageSystem, and SCR_VoiceoverSystem.