Files
wow_Meta/api/GetAbandonQuestName.lua
2025-05-04 14:35:26 +02:00

6 lines
240 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