WoW:API SetAbandonQuest

From AddOn Studio
Revision as of 06:08, 4 January 2006 by WoWWiki>Muert
Jump to navigation Jump to search
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