Index

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

Index