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