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.GetItemByID

Malware edited this page Apr 8, 2019 · 18 revisions

IndexNamespace IndexIMyInventory

Summary

public Nullable<VRage.Game.ModAPI.Ingame.MyInventoryItem> GetItemByID(uint id)

Returns info about item contained inside this inventory.

Returns

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

Info about queried item, null in case there is no item with given Id inside this inventory

Parameters

Clone this wiki locally