GetStoreItemById
Summary
public IMyStoreItem GetStoreItemById(long id)
Gets a store item using a provided id.
Returns
Store item matching provided id. Returns null if not found
Parameters
- long id
public IMyStoreItem GetStoreItemById(long id)
Gets a store item using a provided id.
Store item matching provided id. Returns null if not found