Method FindItemInInventory
FindItemInInventory(string, bool)
Finds an item in the inventory by name
public ItemBehaviour FindItemInInventory(string name, bool includeEquipped = false)
Parameters
namestringName of the item must contain this string
includeEquippedboolWhether to include equipped items