OsGetMapTexture

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
Script Example
+
{|  width="100%" style="border: thin solid black"
<source lang="lsl">
+
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}'''
 +
|- valign="top"
 +
|'''Threat Level''' || <Threat Level goes here>
 +
 
 +
|- valign="top"
 +
|'''Function Syntax''' || <source lang="lsl">
 +
 
 +
</source>
 +
|- valign="top"
 +
|'''Example(s)||<source lang="lsl">
 
default
 
default
 
{
 
{
Line 10: Line 19:
 
</source>
 
</source>
  
 +
|}
  
[[Category:OSSL]]
+
[[Category:OSSL Functions]]
 
[[Category:OSSL functions without threat level]]
 
[[Category:OSSL functions without threat level]]
 
[[Category:OSSL functions without function syntax]]
 
[[Category:OSSL functions without function syntax]]

Revision as of 09:34, 11 June 2011

OsGetMapTexture
Threat Level <Threat Level goes here>
Function Syntax
 
Example(s)
default
{
    state_entry()
    {
        llSetTexture(osGetMapTexture(),ALL_SIDES);
    }
}
Personal tools
General
About This Wiki