Dayz Explorer 1.28.160049
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
12 AddAction(ActionForceFeed);
14 }
15
16 override void InitItemVariables()
17 {
18 super.InitItemVariables();
20 }
21}
void AddAction(typename actionName)
override bool CanDecay()
override void SetActions()
bool can_this_be_combined
Definition itembase.c:4908