Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
candle.c
Go to the documentation of this file.
1
class
Candle
extends
Inventory_Base
2
{
3
override
bool
CanPutInCargo
(
EntityAI
parent )
4
{
5
if
( !super.CanPutInCargo(parent) ) {
return
false
;}
6
if
(parent && !parent.HasSelection(
"flame"
))
7
{
8
return
true
;
9
}
10
return
false
;
11
}
12
}
EntityAI
Definition
inventoryitem.c:2
Inventory_Base
Definition
barbedbaseballbat.c:2
Inventory_Base::CanPutInCargo
override bool CanPutInCargo(EntityAI parent)
Definition
candle.c:3
Games
Dayz
scripts
4_world
entities
itembase
inventory_base
candle.c
Generated by
1.17.0