Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
santasbeard.c
Go to the documentation of this file.
1
class
SantasBeard
extends
Mask_Base
2
{
3
override
void
SetActions
()
4
{
5
super.SetActions();
6
AddAction
(
ActionWringClothes
);
7
}
8
9
override
protected
void
InitGlobalExclusionValues()
10
{
11
super.InitGlobalExclusionValues();
12
13
AddSingleExclusionValueGlobal(EAttExclusions.EXCLUSION_MASK_0);
14
}
15
}
Mask_Base
gas mask base
Definition:
balaclava3holes_colorbase.c:1
AddAction
void AddAction(typename actionName)
Definition:
advancedcommunication.c:86
SetActions
void SetActions()
Definition:
advancedcommunication.c:79
ActionWringClothes
Definition:
actionwringclothes.c:12
DAYZ
scripts_v1.24.157551
scripts
world
entities
itembase
clothing
santasbeard.c
Generated by
1.8.17