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