DayZ 1.28
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/Entities/EntityAI.c строка 4198

4199 {
4200 set<int> dflt = new set<int>;
4201 return dflt;
4202 }

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