m
Move page script moved page API AbandonQuest to WoW:API AbandonQuest without leaving a redirect
No edit summary |
m (Move page script moved page API AbandonQuest to WoW:API AbandonQuest without leaving a redirect) |
||
| (6 intermediate revisions by 6 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Abandon the specified quest. | Abandon the specified quest. | ||
AbandonQuest(); | AbandonQuest(); | ||
---- | |||
;''Arguments'' | |||
:''none'' | |||
---- | ---- | ||
| Line 13: | Line 17: | ||
;''Example'' | ;''Example'' | ||
AbandonQuest(); | AbandonQuest(); | ||
;''Result'' | |||
---- | ---- | ||
;''Description'' | ;''Description'' | ||
: Abandon's the specified quest. | : Abandon's the specified quest. Looks like [[API SetAbandonQuest|SetAbandonQuest]] should be called prior to use. | ||