DayZ
1.24
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:212
ActionWringClothes
Definition
ActionWringClothes.c:13
Clothing
Definition
Armband_ColorBase.c:2
Clothing::SetActions
override void SetActions()
Definition
WitchHood.c:3
HeadGear_Base
hard helmet base
Definition
BaseballCap_ColorBase.c:2
Param3
Definition
EntityAI.c:95
WitchHood_Black
Definition
WitchHood.c:11
WitchHood_Brown
Definition
WitchHood.c:12
WitchHood_ColorBase
Definition
WitchHood.c:10
WitchHood_Red
Definition
WitchHood.c:13
scripts
4_World
Entities
ItemBase
Clothing
WitchHood.c
Generated by
1.10.0