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

◆ GetAttachmentExclusionInitSlotValue()

set< int > Entity::GetAttachmentExclusionInitSlotValue ( int slotId)
inlineprotected

override this to modify slot behavior for specific items, or just set 'm_AttachmentExclusionMaskGlobal' value for simple items

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

4252 {
4253 set<int> dflt = new set<int>;
4254 return dflt;
4255 }

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