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