Initial commit
This commit is contained in:
9
api/GetContainerItemCooldown.lua
Normal file
9
api/GetContainerItemCooldown.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
---@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
|
||||
Reference in New Issue
Block a user