DayZ 1.28
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ SetAttachmentExclusionMaskSlot()

void Entity::SetAttachmentExclusionMaskSlot ( int slotId,
set< int > values )
inlineprotected

sets values for specific slot

См. определение в файле 3_Game/Entities/EntityAI.c строка 4406

4407 {
4409 {
4410 m_AttachmentExclusionSlotMap.Set(slotId,values);
4411 }
4412 else
4413 ErrorEx("m_AttachmentExclusionSlotMap not available! Fill the 'inventorySlot[]' in the " + this + " config file.");
4414 }
ref map< int, ref set< int > > m_AttachmentExclusionSlotMap
Определения 3_Game/Entities/EntityAI.c:107
enum ShapeType ErrorEx

Перекрестные ссылки ErrorEx и m_AttachmentExclusionSlotMap.

Используется в InitInherentSlotExclusionMap(), InitLegacySlotExclusionValuesDerived() и InitLegacySlotExclusionValuesImplicit().