Files
wow-weakauras/Meta/api/GetQuestLogTimeLeft.lua
2024-11-07 23:12:37 +01:00

5 lines
242 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return number questTimer
---Returns time remaining for the selected quest in the quest log. If the selected quest is not timed, returns nil.
function GetQuestLogTimeLeft() end