WoW:API AbandonQuest: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m ({{wowapi}})
Line 1: Line 1:
<center>'''AbandonQuest''' ''-Documentation by AlexanderYoshi-''</center>
{{wowapi}}
 
Abandon the specified quest.  
Abandon the specified quest.  


Line 25: Line 24:


: Abandon's the specified quest. Looks like [[API SetAbandonQuest|SetAbandonQuest]] should be called prior to use.
: Abandon's the specified quest. Looks like [[API SetAbandonQuest|SetAbandonQuest]] should be called prior to use.
----
{{WoW API}}

Revision as of 09:14, 18 June 2006

WoW API < AbandonQuest

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.