Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
mosin_compensator.c
Go to the documentation of this file.
1
class
Mosin_Compensator
extends
ItemSuppressor
2
{
3
override
bool
CanPutAsAttachment
(
EntityAI
parent )
4
{
5
if
(!super.CanPutAsAttachment(parent)) {
return
false
;}
6
if
( parent.FindAttachmentBySlotName(
"suppressorImpro"
) == NULL && parent.FindAttachmentBySlotName(
"pistolMuzzle"
) == NULL )
7
{
8
return
true
;
9
}
10
return
false
;
11
}
12
}
CanPutAsAttachment
override bool CanPutAsAttachment(EntityAI parent)
Definition:
itembase.c:4021
ItemSuppressor
Definition:
mosin_compensator.c:1
EntityAI
Definition:
building.c:5
DAYZ
scripts_v1.24.157551
scripts
world
entities
itembase
inventory_base
mosin_compensator.c
Generated by
1.8.17