Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
izh18shotgun.c
Go to the documentation of this file.
1 
6 {
7  void Izh18Shotgun_Base ()
8  {
9  }
10 
11  override RecoilBase SpawnRecoilObject()
12  {
13  return new Izh18ShotgunRecoil(this);
14  }
15 
16  //Debug menu Spawn Ground Special
17  override void OnDebugSpawn()
18  {
19  super.OnDebugSpawn();
20 
21  SpawnEntityOnGroundPos("Ammo_12gaPellets", GetPosition());
22  SpawnEntityOnGroundPos("Ammo_12gaSlug", GetPosition());
23  SpawnEntityOnGroundPos("Ammo_12gaRubberSlug", GetPosition());
24  }
25 };
Izh18ShotgunRecoil
Definition: izh18shotgunrecoil.c:1
RifleSingleShot_Base
Definition: izh18.c:5
OnDebugSpawn
class Hatchback_02_Blue extends Hatchback_02 OnDebugSpawn
Definition: hatchback_02.c:404
GetPosition
class JsonUndergroundAreaTriggerData GetPosition
Definition: undergroundarealoader.c:9
RecoilBase
Definition: recoilbase.c:1
Izh18Shotgun_Base
Definition: sawedoffizh18shotgun.c:5