Files
wow_Meta/api/GetQuestLogTimeLeft.lua
2025-05-04 15:15:00 +02:00

7 lines
247 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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