Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
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[]
Patch 7.0.3 (2016-07-19): Added.