Table of Contents

Method FindItemInInventory

Namespace
GrindFest.BotApi
Assembly
GrindFest.dll

FindItemInInventory(string, bool)

Finds an item in the inventory by name

public ItemBehaviour FindItemInInventory(string name, bool includeEquipped = false)

Parameters

name string

Name of the item must contain this string

includeEquipped bool

Whether to include equipped items

Returns

ItemBehaviour