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

◆ LocationCanMoveEntitySyncCheck()

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

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

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