Difference between revisions of "LlGetScale"

From Second Life Wiki
Jump to navigation Jump to search
m (<lsl> tag to <source>)
 
(3 intermediate revisions by 3 users not shown)
Line 9: Line 9:
|caveats
|caveats
|constants
|constants
|examples
|examples=<source lang="lsl2">default
{
    touch_start(integer total_number)
    {
        llSay(0, "My dimensions are: " + (string)llGetScale());
    }
}</source>
|helpers
|helpers
|also_functions={{{!}}
|also_functions=
{{LSL DefineRow||[[llSetScale]]|Sets the prims size}}
{{LSL DefineRow||[[llSetScale]]|Sets the prims size}}
{{LSL DefineRow||[[llSetPrimitiveParams]]|Sets prims attributes}}
{{LSL DefineRow||[[llSetPrimitiveParams]]|Sets prims attributes}}
{{LSL DefineRow||[[llGetPrimitiveParams]]|Gets prims attributes}}
{{LSL DefineRow||[[llGetPrimitiveParams]]|Gets prims attributes}}
{{!}}}
|also_tests
|also_tests
|also_events
|also_events

Latest revision as of 02:50, 22 January 2015