DayZ
1.24
Loading...
Searching...
No Matches
Groza_Barrel_Grip.c
Go to the documentation of this file.
1
class
Groza_Barrel_Grip
extends
SuppressorBase
2
{
3
override
bool
CanPutAsAttachment
(
EntityAI
parent)
4
{
5
if
(!
super
.CanPutAsAttachment(parent))
return
false
;
6
if
(!parent.FindAttachmentBySlotName(
"weaponButtstockAK"
).IsKindOf(
"GrozaGL_LowerReceiver"
))
7
return
true
;
8
9
return
false
;
10
}
11
}
EntityAI
Definition
Building.c:6
Param3
Definition
EntityAI.c:95
SuppressorBase
Definition
Groza_Barrel_Grip.c:2
SuppressorBase::CanPutAsAttachment
override bool CanPutAsAttachment(EntityAI parent)
Definition
Groza_Barrel_Grip.c:3
scripts
4_World
Entities
ItemBase
SuppressorBase
Groza_Barrel_Grip.c
Generated by
1.10.0