DayZ 1.24
Loading...
Searching...
No Matches
WitchHoodCoif_ColorBase Class Reference
Inheritance diagram for WitchHoodCoif_ColorBase:
[legend]
Collaboration diagram for WitchHoodCoif_ColorBase:
[legend]

Protected Member Functions

set< intGetAttachmentExclusionInitSlotValue (int slotId)
 

Private Member Functions

override void SetActions ()
 
- Private Member Functions inherited from HeadGear_Base
set< intGetAttachmentExclusionInitSlotValue (int slotId)
 
set< intGetAttachmentExclusionInitSlotValue (int slotId)
 
set< intGetAttachmentExclusionInitSlotValue (int slotId)
 
set< intGetAttachmentExclusionInitSlotValue (int slotId)
 

Detailed Description

Definition at line 1 of file WitchHoodCoif_ColorBase.c.

Member Function Documentation

◆ GetAttachmentExclusionInitSlotValue()

set< int > WitchHoodCoif_ColorBase::GetAttachmentExclusionInitSlotValue ( int slotId)
inlineprotected

Definition at line 10 of file WitchHoodCoif_ColorBase.c.

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

◆ SetActions()

override void WitchHoodCoif_ColorBase::SetActions ( )
inlineprivate

Definition at line 3 of file WitchHoodCoif_ColorBase.c.

4 {
5 super.SetActions();
8 }
ActionDeCraftWitchHoodCoifCB ActionContinuousBaseCB ActionDeCraftWitchHoodCoif()
void AddAction(typename actionName)

References ActionDeCraftWitchHoodCoif(), and AddAction().


The documentation for this class was generated from the following file: