C_EncounterJournal.GetSlotFilter

From Warcraft Wiki
Jump to navigation Jump to search
GitHub Octocat.png  Townlong-Yak BAD.png  ProfIcons engineering.png  BTNTemp.png C_EncounterJournal.GetSlotFilter TheWarWithin-Icon-Inline.pngDragonflight-Icon-Inline.pngCata-Logo-Small.png + 9.0.1
BTNTemp.png EJ_GetSlotFilter + 7.1.0

Returns the current item slot filter for loot items.

filter = C_EncounterJournal.GetSlotFilter()

Returns

filter
Enum.ItemSlotFilterType
Value Field Description
0 Head
1 Neck
2 Shoulder
3 Cloak
4 Chest
5 Wrist
6 Hand
7 Waist
8 Legs
9 Feet
10 MainHand
11 OffHand
12 Finger
13 Trinket
14 Other
15 NoFilter

Patch changes

Shadowlands Patch 9.0.1 (2020-10-13): Moved to C_EncounterJournal.GetSlotFilter()
Legion Patch 7.1.0 (2016-10-25): Added as EJ_GetSlotFilter()