Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
redcaviar.c
Go to the documentation of this file.
1
class
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);
13
AddAction
(
ActionEat
);
14
}
15
16
override
void
InitItemVariables()
17
{
18
super.InitItemVariables();
19
can_this_be_combined
=
true
;
20
}
21
}
AddAction
void AddAction(typename actionName)
Definition
advancedcommunication.c:220
ActionEat
Definition
actioneat.c:46
Edible_Base
Definition
edible_base.c:2
Edible_Base::CanDecay
override bool CanDecay()
Definition
edible_base.c:730
Edible_Base::SetActions
override void SetActions()
Definition
edible_base.c:697
can_this_be_combined
bool can_this_be_combined
Definition
itembase.c:4908
Daten
4_world
entities
itembase
edible_base
redcaviar.c
Generated by
1.12.0