DayZ 1.27
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

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

4194 {
4195 set<int> dflt = new set<int>;
4196 return dflt;
4197 }

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