Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
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
(
ActionEatCereal
);
13
}
14
}
15
ActionForceFeed
ActionForceFeedSmallCB ActionForceFeed
Definition
actionforcefeed.c:11
AddAction
void AddAction(typename actionName)
Definition
advancedcommunication.c:220
ActionEatCereal
Definition
actioneatcereal.c:2
Edible_Base
Definition
edible_base.c:2
Edible_Base::BoxCerealCrunchin
void BoxCerealCrunchin()
Definition
boxcerealcrunchin.c:3
Edible_Base::SetActions
override void SetActions()
Definition
boxcerealcrunchin.c:7
Games
Dayz
scripts
4_world
entities
itembase
edible_base
boxcerealcrunchin.c
Generated by
1.17.0