~~NOTOC~~
<=[[4rpl:start| Index]]
* [[4rpl:commands:GetObjScale|Get]]
* [[4rpl:commands:SetObjScale|Set]]
====== GetObjScale ======
GetObjScale(<-Unit "ObjName") ->scale
===== Description =====
Returns local X,Y,Z scale of a unit's object as a vector. Objects are the sub-parts that make up a unit.
Note, use "" (empty string) to indicate the root level object.
===== Examples =====
GetObjScale(self "Arm") ->scale
<=[[4rpl:start| Index]]