Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
helicopter.c
Go to the documentation of this file.
1
4
class
Helicopter
extends
Transport
5
{
6
};
7
9
class
HelicopterAuto
extends
Helicopter
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:5
Helicopter
Native implementatin with auto hover funcionality.
Definition
helicopter.c:10
Transport
Native class for boats - handles physics simulation.
Definition
boat.c:28
Daten
3_game
vehicles
helicopter.c
Generated by
1.12.0