WoW:API GetAbandonQuestName: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(upgraded deprecated template)
Line 1: Line 1:
{{wowapi}}
<center>'''GetAbandonQuestName''' ''-Documentation by Darva-''</center>
<center>'''GetAbandonQuestName''' ''-Documentation by Darva-''</center>


Line 27: Line 28:


: 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}}

Revision as of 17:30, 6 January 2007

WoW API < GetAbandonQuestName

GetAbandonQuestName -Documentation by Darva-

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.