Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
witchhood.c
Go to the documentation of this file.
1
class
WitchHood
extends
Clothing
//old name or typo? Leaving it for purposes of backwards compatibility
2
{
3
override
void
SetActions
()
4
{
5
super.SetActions();
6
AddAction
(
ActionWringClothes
);
7
}
8
};
9
10
class
WitchHood_ColorBase
:
HeadGear_Base
{};
11
class
WitchHood_Black
:
WitchHood_ColorBase
{};
12
class
WitchHood_Brown
:
WitchHood_ColorBase
{};
13
class
WitchHood_Red
:
WitchHood_ColorBase
{};
AddAction
void AddAction(typename actionName)
Definition
advancedcommunication.c:220
SetActions
void SetActions()
Definition
advancedcommunication.c:213
ActionWringClothes
Definition
actionwringclothes.c:13
Clothing
Definition
armband_colorbase.c:2
HeadGear_Base
hard helmet base
Definition
baseballcap_colorbase.c:2
WitchHood_Black
Definition
witchhood.c:11
WitchHood_Brown
Definition
witchhood.c:12
WitchHood_ColorBase
Definition
witchhood.c:10
WitchHood_Red
Definition
witchhood.c:13
Daten
4_world
entities
itembase
clothing
witchhood.c
Generated by
1.12.0