Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | VehicleHelicopterSimulationClass |
Functions | |
VehicleHelicopterSimulationClass VehicleBaseSimulationClass | SetThrottle (float in) |
proto external void | EngineStart () |
Starts the engine. More... | |
proto external void | EngineStop () |
Stops the engine. More... | |
proto external bool | EngineIsOn () |
Returns true if engine is running. More... | |
proto external int | RotorCount () |
Returns number of rotors. More... | |
proto external void | RotorSetForceScaleState (int rotorIdx, float forceScale) |
Sets scaling factor of rotor force. More... | |
proto external void | RotorSetTorqueScaleState (int rotorIdx, float torqueScale) |
Sets scaling factor of rotor torque. More... | |
proto external void | RotorGetTransform (int rotorIdx, out vector transform[4]) |
Returns rotor transform in local space. More... | |
proto external void | RotorGetAxis (int rotorIdx, out vector axis) |
Returns rotor axis in local space. More... | |
proto external float | RotorGetRadius (int rotorIdx) |
Returns rotor radius. More... | |
proto external SpinDirection | RotorGetSpinDirection (int rotorIdx) |
Returns rotor spin direction. More... | |
proto external float | RotorGetRPMTarget (int rotorIdx) |
Returns rotor target RPM. More... | |
proto external float | RotorGetRPM (int rotorIdx) |
Returns rotor actual RPM. More... | |
proto external RotorState | RotorGetState (int rotorIdx) |
Returns rotor state (static, spinning or destroyed) More... | |
proto external LandingGearType | LandingGearGetType () |
Returns type of landing gear available. More... | |
proto external float | GetAltitudeAGL () |
Returns altitude above ground level (represents terrain detection) More... | |