LlGetScale
Revision as of 02:50, 22 January 2015 by ObviousAltIsObvious Resident (talk | contribs) (<lsl> tag to <source>)
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Summary
Function: vector llGetScale( );48 | Function ID |
0.0 | Forced Delay |
10.0 | Energy |
Returns a vector that is the scale of the prim.
Caveats
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 |