RuleFunction_Outfit - arkayenro/arkinventory GitHub Wiki
Rule Functions > Outfit
outfit( set1, ..., setN )
Matches items in sets from outfit mods, eg Outfitter, ClosetGnome, ItemRack, GearQuipper, and the in-game Equipment Manager
Arguments
- set1...N (string, case insensitive, exact match) = outfit name
Remarks
-
if passed no arguments will return true if the item is in any set
-
Before v31000: only the first active outfit mod is checked.
-
v31000 onwards: all active outfit mods are checked
-
GearQuipper support requires v30951 or higher
-
The original Outfitter appears to be broken and abandoned in Shadowlands. It has been replaced with the new version linked above.
Issues
- after changing the set an item belongs to in the outfit mod you may need to use the reload menu option in ArkInventory to have it update to the new category
Examples
outfit( "arcane resist" )
outfit( "fishing" )
outfit( )