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

◆ LocationCanMoveEntitySyncCheck()

static bool GameInventory::LocationCanMoveEntitySyncCheck ( notnull InventoryLocation src,
notnull InventoryLocation dst )
inlinestaticprotected

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

379 {
381 bool result = LocationCanMoveEntity(src, dst);
383 return result;
384
385 }
InventoryCheckContext
Определения Inventory.c:58
static proto native bool LocationCanMoveEntity(notnull InventoryLocation src, notnull InventoryLocation dst)
queries if the entity contained in inv_loc.m_item can be moved to another location This is a shorthan...
static int m_inventory_check_context
Определения Inventory.c:80

Перекрестные ссылки LocationCanMoveEntity() и m_inventory_check_context.

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