8 lines
208 B
Lua
8 lines
208 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param id number
|
|
---@return string name
|
|
---Return the name of a quest with a given ID
|
|
function C_TaskQuest.GetQuestTitleByQuestID(id) end
|