WoW:API PetCanBeAbandoned

From AddOn Studio
Revision as of 19:18, 20 November 2004 by WoWWiki>WoWWiki-Doble
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
PetCanBeAbandoned -Documentation by AlexanderYoshi-

Retuns true if the pet is abandonable.

PetCanBeAbandoned();

Arguments
none

Returns
Boolean

Example
 if ( PetCanBeAbandoned() ) then AbandonPet(); end
Result
true | false

Description
Retuns true if the pet is abandonable.

Template:WoW API