WoW:API PetCanBeAbandoned: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API PetCanBeAbandoned to API PetCanBeAbandoned without leaving a redirect) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} | |||
Retuns true if the pet is abandonable. | Retuns true if the pet is abandonable. | ||
Line 18: | Line 17: | ||
---- | ---- | ||
;''Example'' | ;''Example'' | ||
if ( PetCanBeAbandoned() ) then | if ( PetCanBeAbandoned() ) then PetAbandon(); end | ||
;''Result'' | ;''Result'' | ||
true | false | true | false | ||