Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
helicopter.c
Go to the documentation of this file.
1
8
9class Helicopter extends Transport
10{
11};
12
15{
17 proto native bool IsEngineOn();
18
20 proto native void EngineStart();
21
23 proto native void EngineStop();
24
26 proto native bool IsAutohoverOn();
27
29 proto native void AutohoverOn();
30
32 proto native void AutohoverOff();
33};
Native implementatin with auto hover funcionality.
Definition helicopter.c:15
Native class for boats - handles physics simulation.
Definition boat.c:32