Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
HelicopterControllerComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class HelicopterControllerComponent: VehicleControllerComponent
13{
15 proto external VehicleHelicopterSimulation GetSimulation();
17 proto external CollectiveMode GetCollectiveMode();
19 proto external void SetCollectiveMode(CollectiveMode collectiveMode);
20 proto external EInputDeviceType GetCollectiveInputType();
22 proto external bool GetWheelBrake();
24 proto external bool GetPersistentWheelBrake();
26 proto external void SetPersistentWheelBrake(bool newValue);
28 proto external bool GetAutohoverEnabled();
30 proto external void SetAutohoverEnabled(bool enabled);
31
32 // callbacks
33
35 event void OnPrepareControls();
36}
37
event void OnPrepareControls()
CollectiveMode