Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRage.Game.ModAPI.Ingame.IMyInventory.GetItemAt

Malware edited this page Apr 8, 2019 · 4 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