Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
CarControllerComponent_SA.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
12 class CarControllerComponent_SAClass: VehicleControllerComponent_SAClass
13 {
14 }
15 
16 class CarControllerComponent_SA: VehicleControllerComponent_SA
17 {
19  proto external VehicleWheeledSimulation_SA GetWheeledSimulation();
21  proto external bool IsThrottleTurbo();
23  proto external bool GetHandBrake();
25  proto external bool GetPersistentHandBrake();
27  proto external void SetPersistentHandBrake(bool newValue);
28  proto external bool HasAutomaticGearbox();
29  proto external int GetFutureGear();
30  proto external int GetCurrentGear();
32  proto external VehicleWheeledSimulation_SA GetSimulation();
33 }
34 
SetPersistentHandBrake
proto external void SetPersistentHandBrake(bool newValue)
sets persistent handbrake state
GetPersistentHandBrake
proto external bool GetPersistentHandBrake()
returns true if persistent handbrake is active
IsThrottleTurbo
proto external bool IsThrottleTurbo()
returns true if throttle "turbo" modifier is active
HasAutomaticGearbox
proto external bool HasAutomaticGearbox()
GetSimulation
proto external VehicleWheeledSimulation GetSimulation()
returns simulation component of this controllers
GetWheeledSimulation
proto external VehicleWheeledSimulation GetWheeledSimulation()
Returns the simulation component associated with this controller.
CarControllerComponent_SAClass
Definition: CarControllerComponent_SA.c:12
GetFutureGear
proto external int GetFutureGear()
GetHandBrake
proto external bool GetHandBrake()
returns true if handbrake is active
GetCurrentGear
proto external int GetCurrentGear()