OsGetMapTexture

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (some format conversions)
Line 1: Line 1:
{{osslfunc|
+
{{osslfunc
threat_level = None
+
|threat_level=None
|
+
|function_syntax=osGetMapTexture()
function_syntax = <source lang="lsl">
+
|ossl_example=<source lang="lsl">
osGetMapTexture()
+
</source>
+
|
+
ossl_example = <source lang="lsl">
+
 
default
 
default
 
{
 
{
Line 15: Line 11:
 
}
 
}
 
</source>
 
</source>
|  
+
|description=
additional_info =  
+
 
|
 
|
 
}}
 
}}

Revision as of 21:33, 1 July 2011

osGetMapTexture()
No descriptions provided
Threat Level None
Permissions No permissions specified
Extra Delay No function delay specified
Example(s)
default
{
    state_entry()
    {
        llSetTexture(osGetMapTexture(),ALL_SIDES);
    }
}
Personal tools
General
About This Wiki