General Info

Adds a function to the Auto Category filter that allows you to categorize gear that is in one or more of your Dressing Room sets.

Signature of that function is:
Code:
dressingroom(set: number, ...)
If you don't provide an argument, it will match all of your Dressing Room sets:
Code:
dressingroom()
If you only want to include the first set, you would use it like so:
Code:
dressingroom(1)
To include the first and the third set, you would do this:
Code:
dressingroom(1,3)
And so on.

Dependencies
AutoCategory is required for the addon to load.
DressingRoom is highly recommended, since this addon is basically useless without it. It will load just fine, though.

返回
顶部