6 lines
311 B
Lua
6 lines
311 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
|