7 lines
257 B
Lua
7 lines
257 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return number timeleft
|
|
---Returns the amount of time remaining before an offered summons expires. Returns 0 if no summons is currently available.
|
|
function GetSummonConfirmTimeLeft() end
|