OsGetMapTexture

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(New page: Script Example <source lang="">default { state_entry() { llSetTexture(osGetMapTexture(),ALL_SIDES); } }</source>)
 
Line 1: Line 1:
Script Example
+
Script Example  
  
<source lang="">default
+
default<br>{<br> state_entry()<br> {<br> llSetTexture(osGetMapTexture(),ALL_SIDES);<br> }<br>}<br>
{
+
    state_entry()
+
    {
+
        llSetTexture(osGetMapTexture(),ALL_SIDES);
+
    }
+
}</source>
+

Revision as of 16:56, 29 December 2009

Script Example

default
{
state_entry()
{
llSetTexture(osGetMapTexture(),ALL_SIDES);
}
}

Personal tools
General
About This Wiki