OsGetMapTexture

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 
Script Example  
 
Script Example  
<pre>default
+
<source lang="lsl">
 +
default
 
{
 
{
 
state_entry()
 
state_entry()
Line 7: Line 8:
 
}
 
}
 
}
 
}
</pre>
+
</source>

Revision as of 13:39, 17 January 2010

Script Example

default
{
state_entry()
{
llSetTexture(osGetMapTexture(),ALL_SIDES);
}
}
Personal tools
General
About This Wiki