m
Move page script moved page API GetInventoryItemCooldown to WoW:API GetInventoryItemCooldown without leaving a redirect
m (Move page script moved page API GetInventoryItemCooldown to WoW:API GetInventoryItemCooldown without leaving a redirect) |
|||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Get cooldown information for an inventory item. | Get cooldown information for an inventory item. | ||
| Line 16: | Line 16: | ||
:;start : Numeric - The start time of the cooldown period, or 0 if there is no cooldown (or no item in the slot) | :;start : Numeric - The start time of the cooldown period, or 0 if there is no cooldown (or no item in the slot) | ||
:;duration : Numeric - The duration of the cooldown period (NOT the remaining time). 0 if the item has no use/cooldown or the slot is empty. | :;duration : Numeric - The duration of the cooldown period (NOT the remaining time). 0 if the item has no use/cooldown or the slot is empty. | ||
:;enable : Numeric - | :;enable : Numeric - Returns 1 or 0. 1 if the inventory item is capable of having a cooldown, 0 if not. | ||
__NOTOC__ | __NOTOC__ | ||