Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
helicopter.c
Go to the documentation of this file.
1 
4 class Helicopter extends Transport
5 {
6 };
7 
10 {
12  proto native bool IsEngineOn();
13 
15  proto native void EngineStart();
16 
18  proto native void EngineStop();
19 
21  proto native bool IsAutohoverOn();
22 
24  proto native void AutohoverOn();
25 
27  proto native void AutohoverOff();
28 };
HelicopterAuto
Definition: helicopterscript.c:4
Helicopter
Native implementatin with auto hover funcionality.
Definition: helicopter.c:9
Transport
Base native class for all motorized wheeled vehicles.
Definition: car.c:79