Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
red9bttstck.c
Go to the documentation of this file.
1
class
Red9Bttstck
extends
Inventory_Base
2
{
3
override
bool
CanPutAsAttachment
(
EntityAI
parent )
4
{
5
if
(!super.CanPutAsAttachment(parent)) {
return
false
;}
6
if
( !parent.IsKindOf(
"PlateCarrierHolster"
) && !parent.IsKindOf(
"PlateCarrierComplete"
) && !parent.IsKindOf(
"CarrierHolsterSolo"
) && !parent.IsKindOf(
"ChestHolster"
) )
7
{
8
return
true
;
9
}
10
return
false
;
11
}
12
}
EntityAI
Definition
building.c:6
Inventory_Base
Definition
barbedbaseballbat.c:2
CanPutAsAttachment
override bool CanPutAsAttachment(EntityAI parent)
Definition
itembase.c:8966
Daten
4_world
entities
itembase
inventory_base
red9bttstck.c
Generated by
1.12.0