LlGetScale
From Second Life Wiki
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
Function: vector llGetScale( );
Examples
default { touch_start(integer total_number) { llSay(0, "My dimensions are: " + (string)llGetScale()); } }
See Also
Functions
| • | llSetScale | – | Sets the prims size | |
| • | llSetPrimitiveParams | – | Sets prims attributes | |
| • | llGetPrimitiveParams | – | Gets prims attributes |

