Dayz Explorer
1.29.162510
Loading...
Searching...
No Matches
rice.c
Go to the documentation of this file.
1
class
Rice
: Edible_Base
2
{
3
override
void
SetActions
()
4
{
5
super.SetActions();
6
7
AddAction
(
ActionForceFeed
);
8
AddAction
(
ActionEatBig
);
9
}
10
};
ActionForceFeed
ActionForceFeedSmallCB ActionForceFeed
Definition
actionforcefeed.c:11
AddAction
void AddAction(typename actionName)
Definition
advancedcommunication.c:220
ActionEatBig
Definition
actioneat.c:10
Edible_Base::SetActions
override void SetActions()
Definition
edible_base.c:697
Rice
Definition
rice.c:2
Daten
4_world
entities
itembase
gear
food
rice.c
Generated by
1.16.1