BlzSetUnitAbilityManaCost
- Parameters
-
whichUnit unit
abilId integer
level integer
manaCost integer
- comment
Set manacost of an ability (at ability level) for a unit. Works as expected, so you can dynamically calculate the mana cost.
- patch
1.29
- return type
nothing
- Source code
native BlzSetUnitAbilityManaCost takes unit whichUnit, integer abilId, integer level, integer manaCost returns nothing
- Source
- unit.j
- wc3modding.com
- BlzSetUnitAbilityManaCost