C_EncounterJournal.SetSlotFilter

From Warcraft Wiki
Jump to navigation Jump to search

Sets the item slot filter for loot items.

C_EncounterJournal.SetSlotFilter(filterSlot)

Arguments

filterSlot
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

Details

Setting this to Enum.ItemSlotFilterType.NoFilter will reset the filter.

Patch changes

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