Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
helicopter.c
Go to the documentation of this file.
1
4class 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};
Native implementatin with auto hover funcionality.
Definition helicopter.c:10
Native class for boats - handles physics simulation.
Definition boat.c:28