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

◆ LocationCanAddEntityEx()

static bool GameInventory::LocationCanAddEntityEx ( notnull InventoryLocation inv_loc)
inlinestaticprotected

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

349 {
350 return LocationCanAddEntity(inv_loc);
351 }
static proto native bool LocationCanAddEntity(notnull InventoryLocation inv_loc)
queries if the entity contained in inv_loc.m_item can be added to ground/attachment/cargo/hands/....

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