|
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 CarControllerComponent: VehicleControllerComponent
proto external void SetPersistentHandBrake(bool newValue)
sets persistent handbrake state
proto external bool GetPersistentHandBrake()
returns true if persistent handbrake is active
EVehicleEngineStartFailedReason
Describes failure types of engine startup routine.
CarControllerComponentClass VehicleControllerComponentClass Shutdown()
proto external void CancelStart()
proto external bool IsThrottleTurbo()
returns true if throttle "turbo" modifier is active
event void OnDelete(IEntity owner)
event bool OnBeforeEngineStart()
proto external bool HasAutomaticGearbox()
event void OnPostInit(IEntity owner)
Editable Mine.
proto external VehicleWheeledSimulation GetSimulation()
returns simulation component of this controllers
proto external VehicleWheeledSimulation GetWheeledSimulation()
Returns the simulation component associated with this controller.
event void OnEngineStart()
Is called every time the engine starts.
proto external int GetFutureGear()
proto external bool GetHandBrake()
returns true if handbrake is active
event void OnEngineStartProgress()
Get called while engine starter is active.
event void OnEngineStartBegin()
Gets called when the engine start routine begins (animation event).
event void OnEngineStartSuccess()
Gets called when the engine start routine has successfully completed.
event void OnEngineStartInterrupt()
Gets called when the engine start routine was interrupted.
proto external int GetCurrentGear()
event void OnEngineStop()
Is called every time the engine stops.
event void OnEngineStartFail(EVehicleEngineStartFailedReason reason)
Gets called when the engine start routine has failed.