WoW:API GetInventoryItemCooldown: Difference between revisions

m
{{wowapi}}
No edit summary
m ({{wowapi}})
Line 1: Line 1:
<center>'''GetInventoryItemCooldown''' - ''Documentation by [[User:Flickering|Flickering]]''</center>
{{wowapi}}


Get cooldown information for an inventory item.
Get cooldown information for an inventory item.
Line 17: Line 17:
:;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 - Returns 1 or 0. 1 if the inventory item is capable of having a cooldown, 0 if not.
:;enable : Numeric - Returns 1 or 0. 1 if the inventory item is capable of having a cooldown, 0 if not.
----
__NOTOC__
__NOTOC__
{{Template:WoW API}}