![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Needs summary.
isSummonable, error, errorText = C_PetJournal.GetPetSummonInfo(battlePetGUID)
Arguments[]
- battlePetGUID
- string
Returns[]
- isSummonable
- boolean
- error
- Enum.PetJournalError
| Value | Field | Description |
|---|---|---|
| 0 | None | |
| 1 | PetIsDead | |
| 2 | JournalIsLocked | |
| 3 | InvalidFaction | |
| 4 | NoFavoritesToSummon | |
| 5 | NoValidRandomSummon | |
| 6 | InvalidCovenant |
- errorText
- string
Patch changes[]
Patch 9.0.1 (2020-10-13): Added InvalidCovenant field.
Patch 8.2.0 (2019-06-25): Added.
