Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
de.c
Go to the documentation of this file.
2 {
3  override RecoilBase SpawnRecoilObject()
4  {
5  return new DEagleRecoil(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( "PistolOptic" );
14 
15  SpawnAttachedMagazine("Mag_Deagle_9rnd");
16  }
17 
18 };
19 
20 class Deagle : Deagle_Base {};
22 
RecoilBase
Definition: recoilbase.c:1
Deagle
Definition: de.c:20
Pistol_Base
base for semi auto weapons @NOTE name copies config base class
Definition: pistolalt_base.c:1
Deagle_Gold
Definition: de.c:21
DEagleRecoil
Definition: deaglerecoil.c:1
Deagle_Base
Definition: de.c:1
GameInventory
script counterpart to engine's class Inventory
Definition: inventory.c:78