Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
glock.c
Go to the documentation of this file.
1
class
Glock19_Base
:
Pistol_Base
2
{
3
override
RecoilBase
SpawnRecoilObject
()
4
{
5
return
new
GlockRecoil
(
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
(
"FNP45_MRDSOptic"
);
14
inventory.
CreateInInventory
(
"TLRLight"
);
15
inventory.
CreateInInventory
(
"Battery9V"
);
16
inventory.
CreateInInventory
(
"Battery9V"
);
17
18
SpawnAttachedMagazine(
"Mag_Glock_15Rnd"
);
19
}
20
21
};
GameInventory
script counterpart to engine's class Inventory
Definition
inventory.c:81
GameInventory::CreateInInventory
EntityAI CreateInInventory(string type)
Definition
inventory.c:876
Glock19_Base
Definition
glock.c:2
Glock19_Base::OnDebugSpawn
override void OnDebugSpawn()
Definition
glock.c:9
Glock19_Base::SpawnRecoilObject
override RecoilBase SpawnRecoilObject()
Definition
glock.c:3
GlockRecoil
Definition
glockrecoil.c:2
Pistol_Base
base for semi auto weapons @NOTE name copies config base class
Definition
pistolalt_base.c:2
RecoilBase
Definition
recoilbase.c:2
Games
Dayz
scripts
4_world
entities
firearms
pistol
glock.c
Generated by
1.17.0