DayZ 1.24
Loading...
Searching...
No Matches
Helicopter.c
Go to the documentation of this file.
1
4class Helicopter extends Transport
5{
6};
7
Native implementatin with auto hover funcionality.
Definition Helicopter.c:10
proto native void AutohoverOn()
Enables auto-hover system.
proto native void EngineStart()
Starts the engine.
proto native void EngineStop()
Stops the engine.
proto native bool IsAutohoverOn()
Returns true when auto-hover system is turned on, false otherwise.
proto native void AutohoverOff()
Disables auto-hover system.
proto native bool IsEngineOn()
Returns true when engine is running, false otherwise.
Base native class for all motorized wheeled vehicles.
Definition Car.c:75