Difference between revisions of "LlGetScale"

From Second Life Wiki
Jump to navigation Jump to search
m
m (formatted example)
Line 9: Line 9:
|caveats
|caveats
|constants
|constants
|examples=<pre>default
|examples=<lsl>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>
}</lsl>
|helpers
|helpers
|also_functions=
|also_functions=

Revision as of 18:18, 19 February 2008