Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
packagedfood.c
Go to the documentation of this file.
1
class
Honey
:
Edible_Base
2
{
3
override
void
SetActions()
4
{
5
super.SetActions();
6
7
AddAction
(
ActionForceFeedSmall
);
8
AddAction
(
ActionEatSmall
);
9
}
10
};
11
12
class
Zagorky_ColorBase
:
Edible_Base
13
{
14
override
void
SetActions()
15
{
16
super.SetActions();
17
18
AddAction
(
ActionForceFeedSmall
);
19
AddAction
(
ActionEatSmall
);
20
}
21
};
22
23
class
Snack_ColorBase
:
Edible_Base
24
{
25
override
void
SetActions()
26
{
27
super.SetActions();
28
29
AddAction
(
ActionForceFeedSmall
);
30
AddAction
(
ActionEatSmall
);
31
}
32
};
Snack_ColorBase
Definition:
packagedfood.c:23
AddAction
void AddAction(typename actionName)
Definition:
advancedcommunication.c:86
Zagorky_ColorBase
Definition:
packagedfood.c:12
ActionEatSmall
Definition:
actioneat.c:83
Honey
Definition:
packagedfood.c:1
Edible_Base
Definition:
bearsteakmeat.c:1
ActionForceFeedSmall
Definition:
actionforcefeed.c:65
DAYZ
scripts_v1.24.157551
scripts
world
entities
itembase
gear
food
packagedfood.c
Generated by
1.8.17