Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
candycane_colorbase.c
Go to the documentation of this file.
2 {
4  {
5  }
6 
7  override void SetActions()
8  {
9  super.SetActions();
10 
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