Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
boxcerealcrunchin.c
Go to the documentation of this file.
1
class
BoxCerealCrunchin
extends
Edible_Base
2
{
3
void
BoxCerealCrunchin()
4
{
5
}
6
7
override
void
SetActions
()
8
{
9
super.SetActions();
10
11
AddAction
(
ActionForceFeed
);
12
AddAction
(
ActionEat
);
13
}
14
}
15
ActionEat
Definition:
actioneat.c:64
AddAction
void AddAction(typename actionName)
Definition:
advancedcommunication.c:86
SetActions
void SetActions()
Definition:
advancedcommunication.c:79
ActionForceFeed
ActionForceFeedSmallCB ActionForceFeed
Definition:
actionforcefeed.c:11
Edible_Base
Definition:
bearsteakmeat.c:1
DAYZ
scripts_v1.24.157551
scripts
world
entities
itembase
edible_base
boxcerealcrunchin.c
Generated by
1.8.17