11 lines
292 B
Lua
11 lines
292 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param unit string
|
|
---@param slot number
|
|
---@return number start
|
|
---@return number duration
|
|
---@return number enable
|
|
---Returns cooldown information about an equipped item
|
|
function GetInventoryItemCooldown(unit, slot) end
|