Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
nvgheadstrap.c
Go to the documentation of this file.
2{
3 override void SetActions()
4 {
5 super.SetActions();
6
8 }
9
10 override protected void InitGlobalExclusionValues()
11 {
12 super.InitGlobalExclusionValues();
13
14 ClearSingleExclusionValueGlobal(EAttExclusions.EXCLUSION_GLASSES_REGULAR_0);
15 AddSingleExclusionValueGlobal(EAttExclusions.EXCLUSION_HEADSTRAP_0);
16 }
17}
void AddAction(typename actionName)
void InitGlobalExclusionValues()