DayZ 1.24
Loading...
Searching...
No Matches
1911.c
Go to the documentation of this file.
2{
4 {
5 return new Colt1911Recoil(this);
6 }
7
8 //Debug menu Spawn Ground Special
9 override void OnDebugSpawn()
10 {
11 GameInventory inventory = GetInventory();
12 inventory.CreateInInventory("PistolSuppressor");
13 inventory.CreateInInventory("TLRLight");
14 inventory.CreateInInventory("Battery9V");
15
16 SpawnAttachedMagazine("Mag_1911_7Rnd");
17 }
18};
19
override RecoilBase SpawnRecoilObject()
Definition 1911.c:3
override void OnDebugSpawn()
Definition 1911.c:9
script counterpart to engine's class Inventory
Definition Inventory.c:79
base for semi auto weapons @NOTE name copies config base class