DayZ 1.24
Loading...
Searching...
No Matches
Glock19_Base Class Reference
Inheritance diagram for Glock19_Base:
[legend]
Collaboration diagram for Glock19_Base:
[legend]

Private Member Functions

override RecoilBase SpawnRecoilObject ()
 
override void OnDebugSpawn ()
 

Detailed Description

Definition at line 1 of file Glock.c.

Member Function Documentation

◆ OnDebugSpawn()

override void Glock19_Base::OnDebugSpawn ( )
inlineprivate

Definition at line 9 of file Glock.c.

10 {
11 GameInventory inventory = GetInventory();
12 inventory.CreateInInventory("PistolSuppressor");
13 inventory.CreateInInventory("FNP45_MRDSOptic");
14 inventory.CreateInInventory("TLRLight");
15 inventory.CreateInInventory("Battery9V");
16 inventory.CreateInInventory("Battery9V");
17
18 SpawnAttachedMagazine("Mag_Glock_15Rnd");
19 }
script counterpart to engine's class Inventory
Definition Inventory.c:79

◆ SpawnRecoilObject()

override RecoilBase Glock19_Base::SpawnRecoilObject ( )
inlineprivate

Definition at line 3 of file Glock.c.

4 {
5 return new GlockRecoil(this);
6 }

The documentation for this class was generated from the following file: