Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRage.Game.ModAPI.Ingame.IMyInventoryOwner

Morten Aune Lyrstad edited this page Feb 3, 2022 · 35 revisions

IndexNamespace Index

IMyInventoryOwner Interface

public interface IMyInventoryOwner

Describes interface of object that has inventory (PB scripting interface)

Namespace: VRage.Game.ModAPI.Ingame
Assembly: VRage.Game.dll

Properties

Member Description
InventoryCount { get; } Gets amount of inventories
EntityId { get; } Gets EntityId, which it belongs to
UseConveyorSystem { get; set; } Gets or sets if that inventory can interact with
HasInventory { get; } Gets whether has inventory

Methods

Member Description
GetInventory(int) Gets inventory by index

Clone this wiki locally