Method FindItemInInventory
FindItemInInventory(string, bool)
Finds an item in the inventory by name
public static ItemBehaviour FindItemInInventory(string name, bool includeEquipped = false)Parameters
- namestring
- Name of the item must contain this string 
- includeEquippedbool
- Whether to include equipped items