- 0 Talk
-
API GetPetActionCooldown
Returns cooldown information for the pet action in the specified pet action bar slot.
startTime, duration, enable = GetPetActionCooldown(index);
Parameters
Edit
Arguments
Edit
- index
- Number - The index of the pet action button you want to query for cooldown info.
Returns
Edit
- startTime
- Number - The time when the cooldown started (as returned by GetTime()) or zero if no cooldown
- duration
- Number - The number of seconds the cooldown will last, or zero if no cooldown
- enable
- Boolean - 0 if no cooldown, 1 if cooldown is in effect (probably)