Wowpedia

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

READ MORE

Wowpedia
No edit summary
mNo edit summary
Line 26: Line 26:
 
: 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.
 
----
 
----
 
[[Category:API]]
 
   
 
{{Template:WoW API}}
 
{{Template:WoW API}}
 
[[Category:API Functions|AbandonQuest]]
  +
[[Category:API Quest Functions|AbandonQuest]]

Revision as of 12:55, 27 August 2005

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