|
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the documentation of this file.
16 class VehicleControllerComponent: CompartmentControllerComponent
46 proto external
void StopEngine(
bool playDriverAnimation =
true);
proto external BaseWeaponManagerComponent GetWeaponManager()
Returns component which handles weapons.
proto external BaseLightManagerComponent GetLightManager()
Returns the light manager associated with this controller.
proto external SignalsManagerComponent GetSignalsManager()
Returns the signals manager associated with this controller.
proto external bool IsEngineOn()
proto external FuelManagerComponent GetFuelManager()
Returns the fuel manager associated with this controller.
proto external float GetEngineStartupChance()
Returns the engine startup chance in <0, 100>.
proto external void TryStartEngine()
Try to start the engine with the chance of getting the engine not started based on engine startup cha...
proto external bool CanSwitchSeat()
EVehicleDrivingAssistanceMode
Player vehicle driving assistance modes. Individual features may become separate options in future.
proto external VehicleBaseSimulation GetBaseSimulation()
Returns the base of simulation component associated with this controller.
proto external void StopEngine(bool playDriverAnimation=true)
proto external bool StartEngine()
proto external void SetEngineStartupChance(float chance)
proto external PilotCompartmentSlot GetPilotCompartmentSlot()
Returns the pilot compartment slot associated with this controller.
proto external void SetEngineDrowned(bool drowned)
proto external bool GetEngineDrowned()
Returns true if the engine is drowned.