WoW:API AbandonQuest: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


  AbandonQuest();
  AbandonQuest();
----
;''Arguments''
:''none''


----
----
Line 13: Line 18:
;''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.
----
----
{{Template:WoW API}}
{{Template:WoW API}}

Revision as of 01:06, 19 November 2004

AbandonQuest -Documentation by AlexanderYoshi-

Abandon the specified quest.

AbandonQuest();

Arguments
none

Returns
nil

Example
AbandonQuest();
Result

Description
Abandon's the specified quest. Looks like SetAbandonQuest should be called prior to use.

Template:WoW API