View Single Post
12/05/19, 04:09 PM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,959
Maybe this works:
Code:
* IsSlotUsed(*luaindex* _actionSlotIndex_)
** _Returns:_ *bool* _used_

* GetSlotCooldownInfo(*luaindex* _actionSlotIndex_)
** _Returns:_ *integer* _remain_, *integer* _duration_, *bool* _global_, *[ActionBarSlotType|#ActionBarSlotType]* _globalSlotType_

* IsSlotUsable(*luaindex* _actionSlotIndex_)
** _Returns:_ *bool* _useable_
Taken from this thread's attached esoui documentation p24-3.txt
https://www.esoui.com/forums/showthread.php?t=8759

Download link:
https://www.esoui.com/forums/attachm...9&d=1571694949
  Reply With Quote