Initial commit
This commit is contained in:
10
api/GetItemCooldown.lua
Normal file
10
api/GetItemCooldown.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param itemID number
|
||||
---@param itemName string
|
||||
---@param itemLink string
|
||||
---@return number start
|
||||
---@return number duration
|
||||
---@return number enable
|
||||
---Returns cooldown information about an arbitrary item
|
||||
function GetItemCooldown(itemID, itemName, itemLink) end
|
||||
Reference in New Issue
Block a user