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