Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
attachments.c
Go to the documentation of this file.
1
class
ButtstockBase
extends
Inventory_Base
2
{
3
override
void
OnWasAttached(
EntityAI
parent,
int
slot_id)
4
{
5
super.OnWasAttached(parent, slot_id);
6
7
if
( parent.IsWeapon() )
8
{
9
parent.SetButtstockAttached(
true
,slot_id);
10
}
11
}
12
13
override
void
OnWasDetached
(
EntityAI
parent,
int
slot_id)
14
{
15
super.OnWasDetached(parent, slot_id);
16
17
if
( parent.IsWeapon() )
18
{
19
parent.SetButtstockAttached(
false
);
20
}
21
}
22
};
23
24
class
AK74_WoodBttstck
: ButtstockBase {};
25
class
AKS74U_Bttstck
: ButtstockBase {};
26
class
AK_FoldingBttstck
: ButtstockBase {};
27
class
AK_PlasticBttstck
: ButtstockBase {};
28
class
AK_WoodBttstck
: ButtstockBase {};
29
class
Fal_FoldingBttstck
: ButtstockBase {};
30
class
Fal_OeBttstck
: ButtstockBase {};
31
class
GhillieAtt_ColorBase
: ButtstockBase {};
32
class
GhillieAtt_Mossy
:
GhillieAtt_ColorBase
{};
33
class
GhillieAtt_Tan
:
GhillieAtt_ColorBase
{};
34
class
GhillieAtt_Woodland
:
GhillieAtt_ColorBase
{};
35
class
GhillieAtt_Winter
:
GhillieAtt_ColorBase
{};
36
class
Groza_LowerReceiver
: ButtstockBase {};
37
class
M249_Bipod
: ButtstockBase {};
38
class
M4_CQBBttstck
: ButtstockBase {};
39
class
M4_MPBttstck
: ButtstockBase {};
40
class
M4_OEBttstck
: ButtstockBase {};
41
class
MP5k_StockBttstck
: ButtstockBase {};
42
class
Saiga_Bttstck
: ButtstockBase {};
43
class
PP19_Bttstck
: ButtstockBase {};
AK74_WoodBttstck
Definition
attachments.c:24
AK_FoldingBttstck
Definition
attachments.c:26
AK_PlasticBttstck
Definition
attachments.c:27
AK_WoodBttstck
Definition
attachments.c:28
AKS74U_Bttstck
Definition
attachments.c:25
EntityAI
Definition
building.c:6
Fal_FoldingBttstck
Definition
attachments.c:29
Fal_OeBttstck
Definition
attachments.c:30
GhillieAtt_ColorBase
Definition
attachments.c:31
GhillieAtt_Mossy
Definition
attachments.c:32
GhillieAtt_Tan
Definition
attachments.c:33
GhillieAtt_Winter
Definition
attachments.c:35
GhillieAtt_Woodland
Definition
attachments.c:34
Groza_LowerReceiver
Definition
attachments.c:36
Inventory_Base
Definition
barbedbaseballbat.c:2
M249_Bipod
Definition
attachments.c:37
M4_CQBBttstck
Definition
attachments.c:38
M4_MPBttstck
Definition
attachments.c:39
M4_OEBttstck
Definition
attachments.c:40
MP5k_StockBttstck
Definition
attachments.c:41
PP19_Bttstck
Definition
attachments.c:43
Saiga_Bttstck
Definition
attachments.c:42
OnWasDetached
override void OnWasDetached(EntityAI parent, int slot_id)
Definition
remotedetonator.c:237
Daten
4_world
entities
itembase
weaponattachments
attachments.c
Generated by
1.12.0