UnitMakeAbilityPermanentBJ

Parameters
permanent boolean
abilityId integer
whichUnit unit
comment
patch

1.13

Source
Blizzard.j
return type
boolean
Source code
function UnitMakeAbilityPermanentBJ takes boolean permanent, integer abilityId, unit whichUnit returns boolean
    return UnitMakeAbilityPermanent(whichUnit, permanent, abilityId)
endfunction