Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
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
AddAction
void AddAction(typename actionName)
Definition
advancedcommunication.c:220
SetActions
void SetActions()
Definition
advancedcommunication.c:213
ActionEat
Definition
actioneat.c:46
Candycane_Colorbase
Definition
candycane_colorbase.c:15
Edible_Base
Definition
edible_base.c:2
Daten
4_world
entities
itembase
edible_base
candycane_colorbase.c
Generated by
1.12.0