Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
izh18.c
Go to the documentation of this file.
1
5
class
Izh18_Base
extends
RifleSingleShot_Base
6
{
7
void
Izh18_Base
()
8
{
9
}
10
11
override
RecoilBase
SpawnRecoilObject()
12
{
13
return
new
Izh18Recoil
(
this
);
14
}
15
16
//Debug menu Spawn Ground Special
17
override
void
OnDebugSpawn
()
18
{
19
super.OnDebugSpawn();
20
21
EntityAI
entity;
22
if
(
Class
.CastTo(entity,
this
) )
23
{
24
entity.SpawnEntityOnGroundPos(
"Ammo_762x39"
, entity.GetPosition());
25
}
26
}
27
};
Class
Super root of all classes in Enforce script.
Definition
enscript.c:11
EntityAI
Definition
building.c:6
Izh18_Base
base for Izh18 @NOTE name copies config base class
Definition
sawedoffizh18.c:2
Izh18Recoil
Definition
izh18recoil.c:2
RecoilBase
Definition
recoilbase.c:2
RifleSingleShot_Base
Definition
izh18.c:6
OnDebugSpawn
class Hatchback_02_Blue extends Hatchback_02 OnDebugSpawn
Definition
hatchback_02.c:404
Daten
4_world
entities
firearms
rifle
izh18.c
Generated by
1.12.0