Dota 2 Workshop Tools/Scripting/API/CBaseAnimating.SetModelScale
< Dota 2 Workshop Tools | Scripting | API

Function Description
void SetModelScale(float scale)
Sets the model's scale to scale,
so if a unit had its model scale at 1, and you use SetModelScale(10.0), it would set the scale to 10.0.
Parameters
Type | Name | Description |
---|---|---|
float | scale | No Description Set |