DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
Chainmail_Coif.c
См. документацию.
1class Chainmail_Coif extends HeadGear_Base
2{
3 override protected set<int> GetAttachmentExclusionInitSlotValue(int slotId)
4 {
5 set<int> ret = super.GetAttachmentExclusionInitSlotValue(slotId);
6 if (slotId == InventorySlots.HEADGEAR)
7 {
8 ret.Insert(EAttExclusions.LEGACY_MASK_HEADGEAR); //same as 'noMask' used to be
9
10 ret.Insert(EAttExclusions.SHAVING_HEADGEAR_ATT_0);
11 }
12 return ret;
13 }
14};
set< int > GetAttachmentExclusionInitSlotValue(int slotId)
Определения Chainmail_Coif.c:3
hard helmet base
Определения BaseballCap_ColorBase.c:2
provides access to slot configuration
Определения InventorySlots.c:6