C_PetJournal.PetCanBeReleased

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

Returns true if you can release the pet.

canRelease = C_PetJournal.PetCanBeReleased(petID)

Arguments

petID
string - Unique identifier for this specific pet

Returns

canRelease
boolean - True if you can release the pet

Patch changes

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

See Also