Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns a formatted string how many of a battle pet species the player has collected.
ownedString = C_PetJournal.GetOwnedBattlePetString(speciesId)
Arguments[]
- speciesId
- number - Battle pet species ID.
Returns[]
- ownedString
- string - a description of how many pets of this species you've collected, e.g. "|cFFFFD200Collected (1/3)", or nil if you haven't collected any.
Patch changes[]
Patch 5.1.0 (2012-11-27): Added.