WoW:API PetRename: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(→‎Details: added frost mages)
(As of latest patch frost mages can no longer rename their pets.)
Line 15: Line 15:


== Details ==
== Details ==
: Only hunters and frost mages can rename their pets.
: Only hunters can rename their pets.
: Each pet can be renamed once. Using this function when the pet has already been renamed results in an error message.
: Each pet can be renamed once. Using this function when the pet has already been renamed results in an error message.

Revision as of 22:02, 6 December 2010

WoW API < PetRename


Renames your pet.

PetRename("name")


Arguments

name
String - The new name of the pet


Returns

nil


Details

Only hunters can rename their pets.
Each pet can be renamed once. Using this function when the pet has already been renamed results in an error message.