![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
| class | BaseVehicleControllerComponent_SAClass |
Functions | |
| BaseVehicleControllerComponent_SAClass CompartmentControllerComponentClass | Shutdown () |
| proto external bool | CanSwitchSeat () |
| proto external VehicleBaseSimulation | GetBaseSimulation () |
| Returns the base of simulation component associated with this controller. More... | |
| proto external FuelManagerComponent | GetFuelManager () |
| Returns the fuel manager associated with this controller. More... | |
| proto external BaseLightManagerComponent | GetLightManager () |
| Returns the light manager associated with this controller. More... | |
| proto external PilotCompartmentSlot | GetPilotCompartmentSlot () |
| Returns the pilot compartment slot associated with this controller. More... | |
| proto external SignalsManagerComponent | GetSignalsManager () |
| Returns the signals manager associated with this controller. More... | |
| proto external BaseWeaponManagerComponent | GetWeaponManager () |
| Returns the weapon manager associated with this controller. More... | |
| proto external void | CancelStart () |
| proto external void | TryStartEngine () |
| Try to start the engine with the chance of getting the engine not started based on engine startup chance. More... | |
| proto external bool | StartEngine () |
| proto external void | ForceStartEngine () |
| proto external void | ForceStopEngine () |
| proto external void | StopEngine (bool playDriverAnimation=true) |
| proto external bool | IsEngineOn () |
| proto external float | GetEngineStartupChance () |
| Returns the engine startup chance in <0, 100>. More... | |
| proto external void | SetEngineStartupChance (float chance) |
| proto external bool | GetEngineDrowned () |
| Returns true if the engine is drowned. More... | |
| proto external void | SetEngineDrowned (bool drowned) |
| event void | OnEngineStartBegin () |
| Gets called when the engine start routine begins (animation event - NOT IMPLEMENTED IN BASE VEHICLE). More... | |
| event void | OnEngineStartProgress () |
| Get called while engine starter is active (animation event - NOT IMPLEMENTED IN BASE VEHICLE). More... | |
| event void | OnEngineStartInterrupt () |
| Gets called when the engine start routine was interrupted. More... | |
| event void | OnEngineStartSuccess () |
| Gets called when the engine start routine has successfully completed. More... | |
| event void | OnEngineStartFail (EVehicleEngineStartFailedReason reason) |
| Gets called when the engine start routine has failed. More... | |
| event bool | OnBeforeEngineStart () |
| event void | OnEngineStart () |
| Is called every time the engine starts. More... | |
| event void | OnEngineStop () |
| Is called every time the engine stops. More... | |
| event void | OnPostInit (IEntity owner) |
| Editable Mine. More... | |
| event void | OnDelete (IEntity owner) |