Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
redcaviar.c
Go to the documentation of this file.
1class RedCaviar extends Edible_Base
2{
3 override bool CanDecay()
4 {
5 return true;
6 }
7
8 override void SetActions()
9 {
10 super.SetActions();
11
14 }
15
16 override void InitItemVariables()
17 {
18 super.InitItemVariables();
20 }
21}
ActionForceFeedSmallCB ActionForceFeed
void AddAction(typename actionName)
override bool CanDecay()
Definition redcaviar.c:3
override void InitItemVariables()
Definition redcaviar.c:16
override void SetActions()
Definition redcaviar.c:8
bool can_this_be_combined
Definition itembase.c:4964