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

7 lines
249 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