WoW API: GetSelectedStablePet

From AddOn Studio
Revision as of 13:51, 6 June 2007 by WoWWiki>Ravas (New page: {{wowapi}} __NOTOC__ Gets the index of the currently selected pet in the stable. selectedPet = GetSelectedStablePet() == Arguments == :None == Returns == :;selectedPet: Number - Th...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < GetSelectedStablePet


Gets the index of the currently selected pet in the stable.

selectedPet = GetSelectedStablePet()


Arguments

None


Returns

selectedPet
Number - The index of the currently selected pet slot, 0 being the current pet, 1 and 2 being the left and right slots, and -1 for when no pet is selected.