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

VRage.Game.ModAPI.Ingame.IMyInventory.GetItemByID

Malware edited this page Feb 28, 2019 · 19 revisions

IndexNamespace IndexIMyInventory

Summary

public Nullable<T> GetItemByID(uint id)

Returns info about item contained inside this inventory.

Returns

Nullable

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

Parameters

Clone this wiki locally