GetItemAt
Summary
public MyInventoryItem? GetItemAt(int index)
Returns info about item at give position.
Returns
Info about queried inventory slot, null in case there is no item at given slot
Parameters
- int index
public MyInventoryItem? GetItemAt(int index)
Returns info about item at give position.
Info about queried inventory slot, null in case there is no item at given slot