C_PetJournal.SetFilterChecked

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 7.0.3 / 1.15.0

Sets the filters in the filter menu.

C_PetJournal.SetFilterChecked(filter, value)

Arguments

filter
number - Bitfield for each filter
LE_PET_JOURNAL_FILTER_COLLECTED: Pets you have collected
LE_PET_JOURNAL_FILTER_NOT_COLLECTED: Pets you have not collected
value
boolean - True to set the filter, false to clear the filter

Patch changes

Legion Patch 7.0.3 (2016-07-19): Added.

See also