Summary

public MyInventoryItem? GetItemAt(int index)

Returns info about item at give position.

Returns

MyInventoryItem?

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

Parameters