Difference between revisions of "LlGetScale"

From Second Life Wiki
Jump to navigation Jump to search
m
m (<lsl> tag to <source>)
 
(One intermediate revision by one other user not shown)
Line 9: Line 9:
|caveats
|caveats
|constants
|constants
|examples=<pre>default
|examples=<source lang="lsl2">default
{
{
     touch_start(integer total_number)
     touch_start(integer total_number)
Line 15: Line 15:
         llSay(0, "My dimensions are: " + (string)llGetScale());
         llSay(0, "My dimensions are: " + (string)llGetScale());
     }
     }
}</pre>
}</source>
|helpers
|helpers
|also_functions=
|also_functions=

Latest revision as of 02:50, 22 January 2015