Open main menu
Home
Random
Log in
Settings
About AddOn Studio
Disclaimers
AddOn Studio
Search
Editing
WoW:API GetContainerItemCooldown
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{wowapi}} <!-- Describe the purpose of the function, exhausting detail can be saved for a later section --> Returns cooldown information for an item in your inventory <!-- List return values and arguments as well as function name, follow Blizzard usage convention for args --> startTime, duration, isEnabled = GetContainerItemCooldown(bagID, slot) == Parameters == === Arguments === <!-- List each argument, together with its type --> :(bagID, slot) :;[[API TYPE bagID|bagID]] : number - number of the bag the item is in, 0 is your backpack, 1-4 are the four additional bags :;slot : number - slot number of the bag item you want the info for. === Returns === <!-- List each return value, together with its type --> :startTime, duration, isEnabled <!-- remove this line if it's just one value --> :;start : the time the cooldown period began :;duration : the duration of the cooldown period :;enabled : 1 if the item has a cooldown, 0 otherwise
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Apinav
(
edit
)
Template:Editlink
(
edit
)
Template:Tocright
(
edit
)
Template:Wowapi
(
edit
)