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

7 lines
342 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return string text
---Returns the title text for the quest presented by a questgiver. Only valid following the QUEST_DETAIL, QUEST_PROGRESS, or QUEST_COMPLETE events; otherwise may return nil or a value from the most recently displayed quest.
function GetTitleText() end