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