DayZ 1.24
Loading...
Searching...
No Matches
Izh18Shotgun.c
Go to the documentation of this file.
1
6{
8 {
9 }
10
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};
class JsonUndergroundAreaTriggerData GetPosition
override RecoilBase SpawnRecoilObject()
override void OnDebugSpawn()