WoW:API GetAbandonQuestName: Difference between revisions
Jump to navigation
Jump to search
GetAbandonQuestName -Documentation by Darva-
No edit summary |
No edit summary |
||
| 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}} | ||
Revision as of 06:02, 4 January 2006
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.