Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
peachescan.c
Go to the documentation of this file.
1
class
PeachesCan
:
Edible_Base
2
{
3
override
void
Open()
4
{
5
//super.Open();
6
ReplaceEdibleWithNew
(
"PeachesCan_Opened"
);
7
}
8
9
override
bool
IsOpen()
10
{
11
return
false
;
12
}
13
}
ReplaceEdibleWithNew
void ReplaceEdibleWithNew(string typeName)
Definition:
edible_base.c:494
PeachesCan
Definition:
peachescan.c:1
Edible_Base
Definition:
bearsteakmeat.c:1
DAYZ
scripts_v1.24.157551
scripts
world
entities
itembase
edible_base
peachescan.c
Generated by
1.8.17