DayZ 1.26
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
Класс SnowstormUshanka_ColorBase
+ Граф наследования:SnowstormUshanka_ColorBase:

Защищенные члены

set< intGetAttachmentExclusionInitSlotValue (int slotId)
 

Закрытые члены

override void SetActions ()
 
- Закрытые члены унаследованные от HeadGear_Base
set< intGetAttachmentExclusionInitSlotValue (int slotId)
 
set< intGetAttachmentExclusionInitSlotValue (int slotId)
 
void InitGlobalExclusionValues ()
 
set< intGetAttachmentExclusionInitSlotValue (int slotId)
 
set< intGetAttachmentExclusionInitSlotValue (int slotId)
 

Подробное описание

Методы

◆ GetAttachmentExclusionInitSlotValue()

set< int > GetAttachmentExclusionInitSlotValue ( int slotId)
inlineprotected
10 {
11 set<int> ret = super.GetAttachmentExclusionInitSlotValue(slotId);
12 if (slotId == InventorySlots.HEADGEAR)
13 {
14 ret.Insert(EAttExclusions.EXCLUSION_MASK_0);
15 ret.Insert(EAttExclusions.EXCLUSION_MASK_1);
16 ret.Insert(EAttExclusions.EXCLUSION_MASK_2);
17 ret.Insert(EAttExclusions.EXCLUSION_MASK_3);
18
19 ret.Insert(EAttExclusions.SHAVING_HEADGEAR_ATT_0);
20 }
21 return ret;
22 }
provides access to slot configuration
Definition InventorySlots.c:6
Definition EntityAI.c:95

◆ SetActions()

override void SetActions ( )
inlineprivate
4 {
5 super.SetActions();
7 }
void AddAction(typename actionName)
Definition AdvancedCommunication.c:220
Definition ActionWringClothes.c:13

Перекрестные ссылки AddAction().


Объявления и описания членов класса находятся в файле: