DayZ 1.27
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 строка 2613

2614 {
2615 if (dst.GetType() == InventoryLocationType.ATTACHMENT)
2616 {
2617 return dst.GetParent().CheckAttachmentReceiveExclusion(src.GetItem(),dst.GetSlot());
2618 }
2619
2620 return true;
2621 }
InventoryLocationType
types of Inventory Location
Определения InventoryLocation.c:4

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