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