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

5 lines
315 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return number petTimeRemaining
---Returns the time remaining before a temporary pet is automatically dismissed. Temporary pets include priests' Shadowfriend, mages' Water Elemental, and various quest-related pets.
function GetPetTimeRemaining() end