Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
tunacan.c
Go to the documentation of this file.
1class TunaCan : Edible_Base
2{
3 override void Open()
4 {
5 ReplaceEdibleWithNew("TunaCan_Opened");
6 }
7
8 override void SetActions()
9 {
10 super.SetActions();
11
13 }
14
15 override bool IsOpen()
16 {
17 return false;
18 }
19}
void AddAction(typename actionName)
Open
Implementations only.
override void SetActions()
void ReplaceEdibleWithNew(string typeName)
bool IsOpen()
Definition itembase.c:9038