BlzSetUnitDiceSides
- Parameters
-
whichUnit unit
diceSides integer
weaponIndex integer
- comment
Changes(set) unit’s dice sides (damage), weapon index can be either 0 and 1 (a unit can have two different attacks) at runtime.
- patch
1.29
- return type
nothing
- Source code
native BlzSetUnitDiceSides takes unit whichUnit, integer diceSides, integer weaponIndex returns nothing
- Source
- unit.j
- wc3modding.com
- BlzSetUnitDiceSides