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

◆ LocationCanMoveEntitySyncCheck()

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

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

379 {
381 bool result = LocationCanMoveEntity(src, dst);
383 return result;
384
385 }
InventoryCheckContext
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

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

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