Returns true if this Inventory owner is an attachment of something.
См. определение в файле 3_Game/DayZ/Systems/Inventory/Inventory.c строка 410
411 {
412 InventoryLocation lcn = new InventoryLocation();
415 {
416 return true;
417 }
418
419 return false;
420 }
InventoryLocationType
types of Inventory Location
proto native bool GetCurrentInventoryLocation(out notnull InventoryLocation loc)
returns information about current item location
proto native int GetType()
returns type of InventoryLocation
Перекрестные ссылки GetCurrentInventoryLocation() и InventoryLocation::GetType().