8 lines
229 B
Lua
8 lines
229 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param index number
|
|
---@return number questIndex
|
|
---Returns the quest log index of a quest in the objectives tracker
|
|
function GetQuestIndexForWatch(index) end
|