C_PetJournal.IsPetTypeFiltered

From Warcraft Wiki
Jump to navigation Jump to search
Links
Info
Added in 5.0.4

Returns true if the pet type is unchecked.

isFiltered = C_PetJournal.IsPetTypeFiltered(index)

Arguments

index
Number - Index (from 1 to GetNumPetTypes()) of all available pet types

Returns

isFiltered
Boolean - True if the filter is unchecked, false if the filter is checked

Patch changes

See also