contains

open fun contains(itemId: Array<Int>): Boolean

Determines if an item with the given itemId is equipped


open fun contains(itemName: Array<String>): Boolean

Determines if an item with the given itemName is equipped


Checks if any equipped item exists matching the specified filter

Return

true if any equipped item matches the filter, false otherwise

Parameters

filter

the filter