5 lines
391 B
Lua
5 lines
391 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@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 |