Files
wow-weakauras/Meta/api/GetAbandonQuestName.lua
2024-11-07 23:12:37 +01:00

5 lines
244 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return string name
---Returns the name of the quest being abandoned. Usable after calling SetAbandonQuest() but before calling AbandonQuest().
function GetAbandonQuestName() end