Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
paydaymask_colorbase.c
Go to the documentation of this file.
2{
3 override protected set<int> GetAttachmentExclusionInitSlotValue(int slotId)
4 {
5 set<int> ret = super.GetAttachmentExclusionInitSlotValue(slotId);
6 if (slotId == InventorySlots.MASK)
7 {
8 ret.Insert(EAttExclusions.LEGACY_HEADGEAR_MASK); //same as 'noHeadgear' used to be
9 }
10 return ret;
11 }
12};
13
provides access to slot configuration
set< int > GetAttachmentExclusionInitSlotValue(int slotId)