WoW:API SetAbandonQuest: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m ({{wowapi}}) |
||
Line 1: | Line 1: | ||
{{wowapi}} | |||
Called before calling [[API AbandonQuest|AbandonQuest]] | Called before calling [[API AbandonQuest|AbandonQuest]] | ||
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 | ||
Revision as of 09:15, 18 June 2006
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