WoW:API PetCanBeAbandoned: Difference between revisions

m
Move page script moved page API PetCanBeAbandoned to WoW:API PetCanBeAbandoned without leaving a redirect
mNo edit summary
m (Move page script moved page API PetCanBeAbandoned to WoW:API PetCanBeAbandoned without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<center>'''PetCanBeAbandoned''' ''-Documentation by AlexanderYoshi-''</center>
{{wowapi}}
 
Retuns true if the pet is abandonable.
Retuns true if the pet is abandonable.


Line 18: Line 17:
----
----
;''Example''
;''Example''
   if ( PetCanBeAbandoned() ) then AbandonPet(); end
   if ( PetCanBeAbandoned() ) then PetAbandon(); end


;''Result''
;''Result''
  true | false
  true | false
----
;''Description''
: Retuns true if the pet is abandonable.
----
{{Template:WoW API}}
[[Category:API Functions|PetCanBeAbandoned]]
[[Category:API Pet Functions|PetCanBeAbandoned]]
Anonymous user