![]() |
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 | VehicleControllerComponentClass |
Functions | |
| 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 | 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 | 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) |