|
Arma Reforger Script API
|
Public Member Functions | |
| void | Register (SCR_VehicleDustPerWheel component) |
| void | Unregister (SCR_VehicleDustPerWheel 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) |
| override void | OnDiag (float timeSlice) |
Protected Attributes | |
| ref array< SCR_VehicleDustPerWheel > | m_Components = {} |
|
static |
|
protected |
|
protected |
| void VehiclesDustSystem.Register | ( | SCR_VehicleDustPerWheel | component | ) |
| void VehiclesDustSystem.Unregister | ( | SCR_VehicleDustPerWheel | component | ) |
|
protected |