WoW:API AbandonQuest: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
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