WoW:API PetCanBeAbandoned: Difference between revisions
Jump to navigation
Jump to search
m ({{wowapi}}) |
No edit summary |
||
Line 17: | Line 17: | ||
---- | ---- | ||
;''Example'' | ;''Example'' | ||
if ( PetCanBeAbandoned() ) then | if ( PetCanBeAbandoned() ) then PetAbandon(); end | ||
;''Result'' | ;''Result'' | ||
true | false | true | false |