Search settings to help find specific items.
Namespace: Esper.Inventool Access: public Type: struct
Esper.Inventool
public
struct
pattern
string
The pattern to match with display names of items.
type
ItemType
The item type filter.
currencyIdentity
CurrencyIdentity
The currency identity filter.
enchantmentModes
List<ItemType.EnchantmentMode>
The enchantment modes filter.
usePatternFilter
bool
If the pattern filter should be used.
useTypeFilter
If the type filter should be used.
useCurrencyFilter
If the currency filter should be used.
useEnchantmentModeFiler
If the enchantment mode filter should be used.
matchCurrencyWithEnchantment
If the currency should be matched with the item's enchantment instead of the item itself.
IsMatch(Item item)
Checks if an item matches all enabled filters. Returns true if it matches, otherwise false.
true
false
Last updated 4 months ago