ISXWoW:action (Data Type)
From ISMods Wiki
| action | |
| Defined By | ISXWoW |
| Inherits | none |
| Reduces To | Name, and rank if possible. |
| Variable Object Type | none |
| Uses Sub-Types | no |
| C/C++ Type | unsigned int |
Contents |
[edit]
Description
Represents an action button assigned to any action bar.
[edit]
Members
- bool AutoRepeat
- TRUE if the action is set to auto-repeat.
- int Cooldown
- The cooldown remaining, in milliseconds.
- int FullID
- The full id of the action.
- int ID
- The id of the action.
- string Name
- The name of the action.
- int Slot
- The slot the action is in.
- string Type
- The type of the action.
- bool Usable
- TRUE if the action exists, is not on cooldown or global cooldown and you have enough mana to cast and you're in range to use it.
[edit]
Methods
none
[edit]
