WoW API: GetItemCooldown
Jump to navigation
Jump to search
Returns cooldown information for the item.
startTime, duration, enable = GetItemCooldown("itemLink");
Arguments
- (itemID | "name" | "item link")
- itemId
- Integer - The numeric ID of the item. ie. 12345
- itemName
- String - The Name of the Item, ex: "Hearthstone".
- "itemLink"
- String - The itemLink, when Shift-Clicking items.