Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
en5c_bear_colorbase.c
Go to the documentation of this file.
1
class
Bear_ColorBase
extends
Container_Base
2
{
3
override
bool
CanPutInCargo
(
EntityAI
parent )
4
{
5
if
( !super.CanPutInCargo(parent) ) {
return
false
;}
6
//better use something like super.GetName()
7
if
( parent && (parent.IsKindOf(
"Bear_ColorBase"
)) )
8
{
9
return
false
;
10
}
11
12
return
true
;
13
}
14
}
15
16
class
Bear_Beige : Bear_ColorBase
17
{
18
}
19
20
class
Bear_Dark : Bear_ColorBase
21
{
22
}
23
24
class
Bear_Pink : Bear_ColorBase
25
{
26
}
27
28
class
Bear_White : Bear_ColorBase
29
{
30
}
Container_Base
Definition
container_base.c:2
Container_Base::CanPutInCargo
override bool CanPutInCargo(EntityAI parent)
Definition
en5c_bear_colorbase.c:3
EntityAI
Definition
inventoryitem.c:2
Games
Dayz
scripts
4_world
entities
itembase
container_base
en5c_bear_colorbase.c
Generated by
1.17.0