Dayz Explorer
1.29.162510
Loading...
Searching...
No Matches
helicopter.c
Go to the documentation of this file.
1
4
class
HelicopterType
:
TransportType
5
{
6
7
};
8
9
class
Helicopter
extends
Transport
10
{
11
};
12
14
class
HelicopterAuto
extends
Helicopter
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
};
HelicopterAuto
Definition
helicopterscript.c:5
Helicopter
Native implementatin with auto hover funcionality.
Definition
helicopter.c:15
HelicopterType
Definition
helicopter.c:5
Transport
Native class for boats - handles physics simulation.
Definition
boat.c:32
TransportType
Definition
transport.c:5
Daten
3_game
vehicles
helicopter.c
Generated by
1.16.1