WoW:API GetAbandonQuestName: Difference between revisions

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


Returns the name of a quest that is about to be abandoned.  Non-nil in the time between clicking abandon, and before clicking "Yes"
Returns the name of a quest that is about to be abandoned.  Non-nil in the time between clicking abandon, and before clicking "Yes"
Line 27: Line 27:


: Returns the name of a quest that is about to be abandoned.  Non-nil in the time between clicking abandon, and before clicking "Yes."  Not tested to see if it retains values at other times.
: Returns the name of a quest that is about to be abandoned.  Non-nil in the time between clicking abandon, and before clicking "Yes."  Not tested to see if it retains values at other times.
----
{{WoW API}}

Latest revision as of 04:45, 15 August 2023

WoW API < GetAbandonQuestName

Returns the name of a quest that is about to be abandoned. Non-nil in the time between clicking abandon, and before clicking "Yes"

GetAbandonQuestName();

Arguments
None



Returns
Name(String)
The name of the quest being abandoned.

Example
local Name = GetAbandonQuestName();
Result
"Leprechaun Assault"

Description
Returns the name of a quest that is about to be abandoned. Non-nil in the time between clicking abandon, and before clicking "Yes." Not tested to see if it retains values at other times.