WoW:API SetAbandonQuest: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API SetAbandonQuest to API SetAbandonQuest without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<center>'''SetAbandonQuest''' ''-Documentation by AlexanderYoshi-''</center>
{{wowapi}}


Called before calling [[API AbandonQuest|AbandonQuest]]
Called before calling [[API AbandonQuest|AbandonQuest]]
Line 8: Line 8:
;''Arguments''
;''Arguments''


:''none''
:none


----
----
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
----
{{WoW API}}

Latest revision as of 04:47, 15 August 2023

WoW API < SetAbandonQuest

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