The search keyword must be a single word (no spaces).

Function BlzSetUnitAbilityCooldown

Line
3996
Location
common.j
Constant?
no
Type
native
Arguments
unit whichUnit, integer abilId, integer level, real cooldown
Returns
nothing
3996
native BlzSetUnitAbilityCooldown                   takes unit whichUnit, integer abilId, integer level, real cooldown returns nothing
3997
native BlzGetUnitAbilityCooldown                   takes unit whichUnit, integer abilId, integer level returns real
3998
native BlzGetUnitAbilityCooldownRemaining          takes unit whichUnit, integer abilId returns real
3999
native BlzEndUnitAbilityCooldown                   takes unit whichUnit, integer abilCode returns nothing
4000
native BlzStartUnitAbilityCooldown                 takes unit whichUnit, integer abilCode, real cooldown returns nothing
4001
native BlzGetUnitAbilityManaCost                   takes unit whichUnit, integer abilId, integer level returns integer