Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
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
}
AddAction
void AddAction(typename actionName)
Definition
advancedcommunication.c:220
ActionWringClothes
Definition
actionwringclothes.c:13
Mask_Base
gas mask base
Definition
balaclava3holes_colorbase.c:2
Mask_Base::InitGlobalExclusionValues
void InitGlobalExclusionValues()
Definition
santasbeard.c:9
Mask_Base::SetActions
override void SetActions()
Definition
santasbeard.c:3
Games
Dayz
scripts
4_world
entities
itembase
clothing
santasbeard.c
Generated by
1.17.0