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