Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
tacticalbaconcan.c
Go to the documentation of this file.
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