Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns all appearances for a category. This is filtered by the class proficiency.

appearances = C_TransmogCollection.GetCategoryAppearances(category [, transmogLocation])

Arguments[]

category
Enum.TransmogCollectionType
transmogLocation
TransmogLocationMixin?🔗



Enum.TransmogCollectionType
Value Field Description
0 None Added in 9.1.0
1 Head
2 Shoulder
3 Back
4 Chest
5 Shirt
6 Tabard
7 Wrist
8 Hands
9 Waist
10 Legs
11 Feet
12 Wand
13 OneHAxe
14 OneHSword
15 OneHMace
16 Dagger
17 Fist
18 Shield
19 Holdable
20 TwoHAxe
21 TwoHSword
22 TwoHMace
23 Staff
24 Polearm
25 Bow
26 Gun
27 Crossbow
28 Warglaives
29 Paired

Returns[]

appearances
TransmogCategoryAppearanceInfo[]
Field Type Description
visualID number Visual ID
isCollected boolean True if the visual has been collected
isFavorite boolean
isHideVisual boolean True if the visual should be hidden, e.g. Inv leather demonhunter blindfold 01 [Hidden Helm]
uiOrder number
exclusions number
restrictedSlotID number?
isUsable boolean
hasRequiredHoliday boolean
hasActiveRequiredHoliday boolean
alwaysShowItem boolean? For internal testing only

Patch changes[]

Shadowlands Patch 9.2.5 (2022-05-31): Added transmogLocation argument.
Legion Patch 7.0.3 (2016-07-19): Added.

Advertisement