Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
pumpkin.c
Go to the documentation of this file.
1
class
Pumpkin
:
Edible_Base
2
{
3
override
bool
CanBeCooked()
4
{
5
return
false
;
6
}
7
8
override
bool
CanBeCookedOnStick()
9
{
10
return
false
;
11
}
12
13
override
bool
IsFruit()
14
{
15
return
true
;
16
}
17
18
override
bool
CanDecay()
19
{
20
return
true
;
21
}
22
}
Pumpkin
Definition:
pumpkin.c:1
Edible_Base
Definition:
bearsteakmeat.c:1
DAYZ
scripts_v1.24.157551
scripts
world
entities
itembase
edible_base
pumpkin.c
Generated by
1.8.17