WoW:API SetAbandonQuest: Difference between revisions

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


: Called before calling [[API AbandonQuest|AbandonQuest]]. Found in OnClick event of the Abandon Quest button of the default interface file QuestLogFrame.xml
: Called before calling [[API AbandonQuest|AbandonQuest]]. Found in OnClick event of the Abandon Quest button of the default interface file QuestLogFrame.xml


----
----
{{Template:WoW API}}
{{WoW API}}
[[Category:API Functions|SetAbandonQuest]]
[[Category:API Quest Functions|SetAbandonQuest]]

Revision as of 06:08, 4 January 2006

SetAbandonQuest -Documentation by AlexanderYoshi-

Called before calling AbandonQuest

SetAbandonQuest();

Arguments
none

Returns
nil

Example
SetAbandonQuest();
Result

Description
Called before calling AbandonQuest. Found in OnClick event of the Abandon Quest button of the default interface file QuestLogFrame.xml



Template:WoW API