Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
CarControllerComponent_B.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class CarControllerComponent_B: VehicleControllerComponent
13{
15 proto external VehicleWheeledSimulation_SA_B GetSimulation();
18 [Obsolete("Use GetSimulation() instead.")]
19 proto external VehicleWheeledSimulation_SA_B GetWheeledSimulation();
21 proto external bool IsThrottleTurbo();
23 proto external bool GetHandBrake();
25 proto external bool GetPersistentHandBrake();
27 proto external void SetPersistentHandBrake(bool newValue);
29 proto external bool HasAutomaticGearbox();
31 proto external int GetFutureGear();
33 proto external int GetCurrentGear();
34}
35