llGetScale
vector llGetScale()Returns the scale of the prim.
Returns a vector that is the scale (dimensions) of the prim.
default{ touch_start(integer total_number) { llSay(0, "My dimensions are: " + (string)llGetScale()); }}See Also
Section titled “See Also”- llSetScale - Sets the prim’s size
- llSetPrimitiveParams - Sets prim attributes
- llGetPrimitiveParams - Gets prim attributes