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

◆ GetAttachmentExclusionMaskSlot()

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

Specific slot behavior.

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

4524 {
4525 return m_AttachmentExclusionSlotMap.Get(slotId);
4526 }
ref map< int, ref set< int > > m_AttachmentExclusionSlotMap

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

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