Returns true if item is considered reachable within inventory.
См. определение в файле Inventory.c строка 440
441 {
443 if (ent)
444 return ent.AreChildrenAccessible();
445
446 #ifdef DEVELOPER
447 ErrorEx(
"no inventory owner found!");
448 #endif
449
450 return true;
451 }
proto native EntityAI GetInventoryOwner()
Engine native functions.
Перекрестные ссылки ErrorEx и GetInventoryOwner().