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

◆ GetAttachmentExclusionMaskSlot()

set< int > Entity::GetAttachmentExclusionMaskSlot ( int slotId)
inlineprivate

Specific slot behavior.

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

4469 {
4470 return m_AttachmentExclusionSlotMap.Get(slotId);
4471 }
ref map< int, ref set< int > > m_AttachmentExclusionSlotMap
Определения 3_Game/Entities/EntityAI.c:107

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

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