WoW:API PetAbandon: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 25: Line 25:


: Permanently abandons your pet.
: Permanently abandons your pet.
----
----
{{Template:WoW API}}
{{WoW API}}
[[Category:API Functions|PetAbandon]]
[[Category:API Pet Functions|PetAbandon]]

Revision as of 12:36, 4 January 2006

PetAbandon -Documentation by AlexanderYoshi-

Permanently abandons your pet.

PetAbandon();

Arguments
none

Returns
nil

Example
PetAbandon();
Result

Description
Permanently abandons your pet.

Template:WoW API