Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
helicopterscript.c
Go to the documentation of this file.
1
4
class
HelicopterScript
extends
HelicopterAuto
5
{
6
void
HelicopterScript()
7
{
8
SetEventMask(
EntityEvent
.POSTSIMULATE);
9
}
10
11
override
void
EOnPostSimulate
(
IEntity
other,
float
timeSlice)
12
{
13
}
14
21
bool
OnBeforeEngineStart()
22
{
23
return
true
;
24
}
25
27
void
OnEngineStart
()
28
{
29
}
30
32
void
OnEngineStop
()
33
{
34
}
35
};
OnEngineStop
override void OnEngineStop()
Definition
civiliansedan.c:483
OnEngineStart
override void OnEngineStart()
Definition
civiliansedan.c:473
HelicopterAuto
Definition
helicopterscript.c:5
IEntity
Definition
enentity.c:165
EntityEvent
EntityEvent
Entity events for event-mask, or throwing event from code.
Definition
enentity.c:45
EOnPostSimulate
override void EOnPostSimulate(IEntity other, float timeSlice)
Definition
land_underground_waterreservoir.c:166
Daten
4_world
entities
vehicles
helicopterscript.c
Generated by
1.12.0