SetUnitScale

Parameters
whichUnit unit
scaleX real

This is actually the scale for all dimensions.

scaleY real

This parameter is not taken into account.

scaleZ real

This parameter is not taken into account.

bug

Only takes scaleX into account and uses scaleX for all three dimensions.

return type
nothing
Source code
native SetUnitScale takes unit whichUnit, real scaleX, real scaleY, real scaleZ returns nothing
Source
unit.j
wc3modding.com
SetUnitScale