Returns information about a specific stabled pet. petIcon, petName, petLevel, petType, petLoyalty = GetStablePetInfo(index); Arguments (index) index : Number - The index of the pet slot, 0 being current pet, 1 and 2 being first and last slots. Returns (petIcon, petName, petLevel, petFamily, petLoyalty) petIcon : String - The path to texture to use as the icon for the pet, see GetPetIcon(), petName : String - The pet name, see UnitName(), petLevel : Number - The pet level, see UnitLevel() petFamily : String - The localized pet family, see UnitCreatureFamily(), petLoyalty : String - The localized pet loyalty level, see GetPetLoyalty(). Description Returns information on the specified stabled pet. Slot 0 can be used to get information about current pet,
| Attributes | Values |
|---|
| rdfs:label
| |
| rdfs:comment
| - Returns information about a specific stabled pet. petIcon, petName, petLevel, petType, petLoyalty = GetStablePetInfo(index); Arguments (index) index : Number - The index of the pet slot, 0 being current pet, 1 and 2 being first and last slots. Returns (petIcon, petName, petLevel, petFamily, petLoyalty) petIcon : String - The path to texture to use as the icon for the pet, see GetPetIcon(), petName : String - The pet name, see UnitName(), petLevel : Number - The pet level, see UnitLevel() petFamily : String - The localized pet family, see UnitCreatureFamily(), petLoyalty : String - The localized pet loyalty level, see GetPetLoyalty(). Description Returns information on the specified stabled pet. Slot 0 can be used to get information about current pet,
|
| dbkwik:wowwiki/pro...iPageUsesTemplate
| |
| abstract
| - Returns information about a specific stabled pet. petIcon, petName, petLevel, petType, petLoyalty = GetStablePetInfo(index); Arguments (index) index : Number - The index of the pet slot, 0 being current pet, 1 and 2 being first and last slots. Returns (petIcon, petName, petLevel, petFamily, petLoyalty) petIcon : String - The path to texture to use as the icon for the pet, see GetPetIcon(), petName : String - The pet name, see UnitName(), petLevel : Number - The pet level, see UnitLevel() petFamily : String - The localized pet family, see UnitCreatureFamily(), petLoyalty : String - The localized pet loyalty level, see GetPetLoyalty(). Description Returns information on the specified stabled pet. Slot 0 can be used to get information about current pet, even if it was dismissed (e.g. when UnitExists("pet") yields false).
|