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

VRage.Game.ModAPI.Ingame.IMyInventory.GetItemAt

Malware edited this page May 4, 2019 · 5 revisions

IndexNamespace IndexIMyInventory

Summary

public Nullable<VRage.Game.ModAPI.Ingame.MyInventoryItem> GetItemAt(int index)

Returns info about item at give position.

Returns

Nullable<VRage.Game.ModAPI.Ingame.MyInventoryItem>

Info about queried inventory slot, null in case there is no item at given slot

Parameters

Clone this wiki locally