C_PetJournal.SetPetSortParameter

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 5.1.0 / 1.15.0

Changes the battle pet ordering in the pet journal.

C_PetJournal.SetPetSortParameter(sortParameter)

Arguments

sortParameter
number - Index of the ordering type that should be applied to C_PetJournal.GetPetInfoByIndex returns; one of the following global numeric values:
  • LE_SORT_BY_NAME
  • LE_SORT_BY_LEVEL
  • LE_SORT_BY_RARITY
  • LE_SORT_BY_PETTYPE

Patch changes

Mists of Pandaria Patch 5.1.0 (2012-11-27): Added.

See also