Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
slicedpumpkin.c
Go to the documentation of this file.
2 {
3  override bool CanBeCooked()
4  {
5  return true;
6  }
7 
8  override bool CanBeCookedOnStick()
9  {
10  return true;
11  }
12 
13  override bool IsFruit()
14  {
15  return true;
16  }
17 
18  override bool CanDecay()
19  {
20  return true;
21  }
22 
23  override void SetActions()
24  {
25  super.SetActions();
26 
31  }
32 }
ActionEatFruit
Definition: actioneatfruit.c:9
SlicedPumpkin
Definition: slicedpumpkin.c:1
AddAction
void AddAction(typename actionName)
Definition: advancedcommunication.c:86
ActionCreateIndoorFireplace
Definition: actioncreateindoorfireplace.c:1
ActionCreateIndoorOven
Definition: actioncreateindooroven.c:1
ActionForceFeed
ActionForceFeedSmallCB ActionForceFeed
Definition: actionforcefeed.c:11
Edible_Base
Definition: bearsteakmeat.c:1