Difference between revisions of "LlGetScale"

From Second Life Wiki
Jump to navigation Jump to search
m (<lsl> tag to <source>)
 
(2 intermediate revisions by 2 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=

Latest revision as of 02:50, 22 January 2015