Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
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
}
ActionForceFeed
ActionForceFeedSmallCB ActionForceFeed
Definition
actionforcefeed.c:11
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
redcaviar.c:3
Edible_Base::InitItemVariables
override void InitItemVariables()
Definition
redcaviar.c:16
Edible_Base::SetActions
override void SetActions()
Definition
redcaviar.c:8
can_this_be_combined
bool can_this_be_combined
Definition
itembase.c:4964
Games
Dayz
scripts
4_world
entities
itembase
edible_base
redcaviar.c
Generated by
1.17.0