Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
izh18.c
Go to the documentation of this file.
1
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};
Super root of all classes in Enforce script.
Definition enscript.c:11
base for Izh18 @NOTE name copies config base class
class Hatchback_02_Blue extends Hatchback_02 OnDebugSpawn