9 lines
309 B
Lua
9 lines
309 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param container number
|
|
---@param slot number
|
|
---@return number start
|
|
---@return number duration
|
|
---@return number enable
|
|
---Returns cooldown information about an item in the player's bags
|
|
function GetContainerItemCooldown(container, slot) end |