Files
wow_Meta/api/GetQuestLogQuestText.lua
2024-12-16 13:13:08 +01:00

6 lines
250 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return string questDescription
---@return string questObjectives
---Returns the description and objective text for the selected quest in the quest log
function GetQuestLogQuestText() end