C_PetJournal.IsPetSourceChecked

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

Returns true if the pet source is checked.

isChecked = C_PetJournal.IsPetSourceChecked(index)

Arguments

index
number - Index (from 1 to GetNumPetSources()) of all available pet sources

Returns

isChecked
boolean - True if the source is checked, false if the source is unchecked

Patch changes

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

See also