Hierarchy

Properties

action?: ActionType
actionWith?: default | (() => undefined | default)
excludeProtectedItems?: true | GetItemProtectedItemExclusion

True to exclude protected items

fallback?: default
filterConsumable?: true
filterGroup?: ItemTypeGroup
filterQuality?: ArrayOr<Quality>
filterText?: string

Only get items matching this text

filterType?: ItemType
ignoreItem?: default

Item will be ignored

includeProtectedItemsThatWillNotBreak?: true | ActionType

True to only include protected items if they pass an item.willBreakOnDamage() check. excludeProtectedItems must be set to true for this to work.

includeSubContainers?: true

Include sub containers in the search

targetCreature?: default

Methods

  • Parameters

    Returns any

  • Parameters

    Returns boolean

  • A replacement for the actual "best" results. Not cached. When undefined, uses the actual results.

    Returns undefined | default[]

Generated using TypeDoc