Files
wow_Meta/api/GetQuestLogCompletionText.lua
2025-05-04 15:15:00 +02:00

7 lines
396 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return string completionText
---Returns the completion text for the selected quest in the quest log. Completion text usually includes instructions on to whom and where to hand in the quest once it has been completed. Example: "Return to William Pestle at Goldshire in Elwynn Forest."
function GetQuestLogCompletionText() end