WoW:API AbandonQuest: Difference between revisions

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


: 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}}
{{Template:WoW API}}
[[Category:API Functions|AbandonQuest]]
[[Category:API Quest Functions|AbandonQuest]]

Revision as of 06:01, 4 January 2006

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