- Joined
- Aug 7, 2013
- Messages
- 1,338
Hi,
So in object editor a unit's scale size is set with a real value,
e.g. "1.25" would mean 125% the size of the model.
What native sets a unit scale size?
I found this one "SetUnitScale," but it takes three values, and not one...
would that scale it to 125% size?
So in object editor a unit's scale size is set with a real value,
e.g. "1.25" would mean 125% the size of the model.
What native sets a unit scale size?
I found this one "SetUnitScale," but it takes three values, and not one...
JASS:
call SetUnitScale(u, 125.0, 125.0, 125.0)
would that scale it to 125% size?