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

◆ AreChildrenAccessible()

bool GameInventory::AreChildrenAccessible ( )
inlineprotected

Returns true if item is considered reachable within inventory.

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

443 {
445 if (ent)
446 return ent.AreChildrenAccessible();
447
448 #ifdef DEVELOPER
449 ErrorEx("no inventory owner found!");
450 #endif
451
452 return true; //just in case inventoy without owner exists somewhere (shouldn't!)
453 }
class LogManager EntityAI
proto native EntityAI GetInventoryOwner()
Engine native functions.
enum ShapeType ErrorEx

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