WoW:API PetCanBeAbandoned: Difference between revisions
Jump to navigation
Jump to search
m ({{wowapi}}) |
m (Move page script moved page API PetCanBeAbandoned to API PetCanBeAbandoned without leaving a redirect) |
||
(One intermediate revision by one other user not shown) | |||
Line 17: | Line 17: | ||
---- | ---- | ||
;''Example'' | ;''Example'' | ||
if ( PetCanBeAbandoned() ) then | if ( PetCanBeAbandoned() ) then PetAbandon(); end | ||
;''Result'' | ;''Result'' | ||
true | false | true | false |