Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
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
};
RifleSingleShot_Base
Definition:
izh18.c:5
OnDebugSpawn
class Hatchback_02_Blue extends Hatchback_02 OnDebugSpawn
Definition:
hatchback_02.c:404
RecoilBase
Definition:
recoilbase.c:1
Izh18_Base
base for Izh18 @NOTE name copies config base class
Definition:
sawedoffizh18.c:1
Izh18Recoil
Definition:
izh18recoil.c:1
Class
Super root of all classes in Enforce script.
Definition:
enscript.c:10
EntityAI
Definition:
building.c:5
DAYZ
scripts_v1.24.157551
scripts
world
entities
firearms
rifle
izh18.c
Generated by
1.8.17