Initial commit
This commit is contained in:
5
api/GetTitleText.lua
Normal file
5
api/GetTitleText.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@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
|
Reference in New Issue
Block a user