Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
No edit summary
 
m ({{wowapi}})
(16 intermediate revisions by 5 users not shown)
Line 1: Line 1:
  +
{{wowapi}}
<center>'''AbandonQuest''' ''-Documentation by AlexanderYoshi-''</center>
 
 
 
Abandon the specified quest.
 
Abandon the specified quest.
   
Line 7: Line 6:
 
----
 
----
 
;''Arguments''
 
;''Arguments''
  +
  +
:''none''
   
 
----
 
----
Line 22: Line 23:
 
;''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}}
 

Revision as of 09:14, 18 June 2006

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.