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

7 lines
320 B
Lua

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