C_PetBattles.ShouldShowPetSelect

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

Returns whether or not the UI should show the pet select screen.

shouldShow = C_PetBattles.ShouldShowPetSelect()

Returns

shouldShow
boolean - True if the pet selection frame should be shown, false otherwise.

Patch changes

Mists of Pandaria Patch 5.0.4 (2012-08-28): Added.

See also