Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns the number of collected battle pets of a particular species.
numCollected, limit = C_PetJournal.GetNumCollectedInfo(speciesId)
Arguments[]
- speciesId
- number - Battle pet species ID to query, e.g. 635 for Adder battle pets.
Returns[]
- numCollected
- number - Number of battle pets of the queried species the player has collected.
- limit
- number - Maximum number of battle pets of the queried species the player may collect.
Patch changes[]
Patch 5.1.0 (2012-11-27): Added.