Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns whether or not a pet from the Pet Journal is tradable.
isTradable = C_PetJournal.PetIsTradable(petID)
Arguments[]
- petID
- string - GUID of pet in Pet Journal (different than speciesID and displayID)
Returns[]
- isTradable
- boolean
Details[]
This is used by Blizzard to generate the red "Not Tradable" text on Pet Journal tooltips when false or nil.
Patch changes[]
Patch 5.0.4 (2012-08-28): Added.