DayZ
1.24
Toggle main menu visibility
Main Page
Topics
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
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
return
true
;
8
return
false
;
9
}
3
override
bool
CanPutAsAttachment
(
EntityAI
parent) {
…
}
10
}
EntityAI
Definition
Building.c:6
Inventory_Base
Definition
BarbedBaseballBat.c:2
Inventory_Base::CanPutAsAttachment
override bool CanPutAsAttachment(EntityAI parent)
Definition
Red9Bttstck.c:3
Param3
Definition
EntityAI.c:95
scripts
4_World
Entities
ItemBase
Inventory_Base
Red9Bttstck.c
Generated by
1.10.0