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

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

set< intGetAttachmentExclusionInitSlotValue (int slotId)
 

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

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

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

Методы

◆ GetAttachmentExclusionInitSlotValue()

set< int > GetAttachmentExclusionInitSlotValue ( int slotId)
inlineprotected
11 {
12 set<int> ret = super.GetAttachmentExclusionInitSlotValue(slotId);
13 if (slotId == InventorySlots.HEADGEAR)
14 {
15 ret.Insert(EAttExclusions.LEGACY_MASK_HEADGEAR); //same as 'noMask' used to be
16 }
17 return ret;
18 }
provides access to slot configuration
Definition InventorySlots.c:6
Definition EntityAI.c:95

◆ SetActions()

override void SetActions ( )
inlineprivate
4 {
5 super.SetActions();
8 }
ActionDeCraftWitchHoodCoifCB ActionContinuousBaseCB ActionDeCraftWitchHoodCoif()
Definition ActionDeCraftWitchHoodCoif.c:11
void AddAction(typename actionName)
Definition AdvancedCommunication.c:220
Definition ActionWringClothes.c:13

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


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