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

◆ GetAttachmentExclusionMaskSlot()

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

Specific slot behavior.

См. определение в файле EntityAI.c строка 4463

4464 {
4465 return m_AttachmentExclusionSlotMap.Get(slotId);
4466 }
ref map< int, ref set< int > > m_AttachmentExclusionSlotMap
Определения EntityAI.c:107

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

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