WoW:API PetCanBeAbandoned

Revision as of 20:00, 28 December 2004 by WoWWiki>Flickering (Formatting and categorization)
PetCanBeAbandoned -Documentation by AlexanderYoshi-

Retuns true if the pet is abandonable.

canAbandon = PetCanBeAbandoned();

Arguments
none

Returns
canAbandon
canAbandon
Boolean - true if the player's pet can be abandoned.

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

Description
Retuns true if the pet is abandonable.

Template:WoW API