Method FindItem
FindItem(string)
Returns an item with the Id wanted.
Declaration
public static InventoryItem FindItem(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | The Id of the item wanted. |
Returns
| Type | Description |
|---|---|
| InventoryItem | Return the item with the given |