BlzGetUnitAbilityCooldown
- Parameters
-
whichUnit unit
abilId integer
level integer
- comment
Get a specific unit’s specific ability cooldown from a specific level.
- note
It does not return the remaining cooldown when you use an ability but the max cooldown of that ability of that unit at that level.
- patch
1.29
- return type
real
- Source code
native BlzGetUnitAbilityCooldown takes unit whichUnit, integer abilId, integer level returns real
- Source
- unit.j
- wc3modding.com
- BlzGetUnitAbilityCooldown