WoW:API PetRename: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(added info on /script command)
 
(cat)
Line 1: Line 1:
{{wowapi}}
Renames your pet with the name specified.<br>
Renames your pet with the name specified.<br>
<pre>
<pre>
PetRename("name");
PetRename("name");
</pre>
</pre>

Revision as of 20:37, 13 June 2007

WoW API < PetRename

Renames your pet with the name specified.

PetRename("name");