C_MountJournal.SetCollectedFilterSetting

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Patch
Added in 6.0.2 / 3.4.3 / 1.15.0

Enables or disables the specified mount journal filter.

C_MountJournal.SetCollectedFilterSetting(filterIndex, isChecked)

Arguments

filterIndex
number
Value Enum Description
1 LE_MOUNT_JOURNAL_FILTER_COLLECTED
2 LE_MOUNT_JOURNAL_FILTER_NOT_COLLECTED
3 LE_MOUNT_JOURNAL_FILTER_UNUSABLE
isChecked
boolean

Details

  • Does nothing if the specified ID is not associated with an existing filter.

Patch changes