UnitMakeAbilityPermanentBJ
- Parameters
permanent booleanabilityId integerwhichUnit unit- comment
- patch
1.13
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
boolean- Source code
function UnitMakeAbilityPermanentBJ takes boolean permanent, integer abilityId, unit whichUnit returns boolean return UnitMakeAbilityPermanent(whichUnit, permanent, abilityId) endfunction