Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
VehicleHelicopterSimulation.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
16 proto external void SetThrottle(float in);
18 proto external void EngineStart();
20 proto external void EngineStop();
22 proto external bool EngineIsOn();
24 proto external int RotorCount();
26 proto external void RotorSetForceScaleState(int rotorIdx, float forceScale);
28 proto external void RotorSetTorqueScaleState(int rotorIdx, float torqueScale);
30 proto external void RotorGetTransform(int rotorIdx, out vector transform[4]);
32 proto external void RotorGetAxis(int rotorIdx, out vector axis);
34 proto external float RotorGetRadius(int rotorIdx);
36 proto external SpinDirection RotorGetSpinDirection(int rotorIdx);
38 proto external float RotorGetRPMTarget(int rotorIdx);
40 proto external float RotorGetRPM(int rotorIdx);
42 proto external RotorState RotorGetState(int rotorIdx);
44 proto external LandingGearType LandingGearGetType();
46 proto external float GetAltitudeAGL();
47}
48
SpinDirection
RotorState
Definition RotorState.c:13
LandingGearType