Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
peachescan_opened.c
Go to the documentation of this file.
2 {
3  override bool CanDecay()
4  {
5  return true;
6  }
7 
8  override bool CanProcessDecay()
9  {
10  return !(GetAgents() & eAgents.FOOD_POISON);
11  }
12 
13  override void SetActions()
14  {
15  super.SetActions();
16 
19  }
20 }
eAgents
eAgents
Definition: eagents.c:2
AddAction
void AddAction(typename actionName)
Definition: advancedcommunication.c:86
ActionEatCan
Definition: actioneatcan.c:10
ActionForceFeedCan
Definition: actionforcefeedcan.c:1
PeachesCan_Opened
Definition: peachescan_opened.c:1
GetAgents
override int GetAgents()
Definition: itembase.c:3875
Edible_Base
Definition: bearsteakmeat.c:1