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

◆ SetAttachmentExclusionMaskSlot()

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

sets values for specific slot

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

4462 {
4464 {
4465 m_AttachmentExclusionSlotMap.Set(slotId,values);
4466 }
4467 else
4468 ErrorEx("m_AttachmentExclusionSlotMap not available! Fill the 'inventorySlot[]' in the " + this + " config file.");
4469 }
ref map< int, ref set< int > > m_AttachmentExclusionSlotMap
enum ShapeType ErrorEx

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

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