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

◆ MoveCheckExclusionMaskLocal()

bool MoveCheckExclusionMaskLocal ( notnull InventoryLocation src,
notnull InventoryLocation dst )
protected

Local, checks only stuff that is in guaranteed sync.

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

3052 {
3053 if (dst.GetType() == InventoryLocationType.ATTACHMENT)
3054 {
3055 return dst.GetParent().CheckAttachmentReceiveExclusion(src.GetItem(),dst.GetSlot());
3056 }
3057
3058 return true;
3059 }
InventoryLocationType
types of Inventory Location
Определения InventoryLocation.c:4

Используется в ValidateSyncMove().