OsGetMapTexture

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m
Line 1: Line 1:
{| width="100%" style="border: thin solid black"
+
{{osslfunc|
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}'''
+
threat_level = None
|- valign="top"
+
|
|'''Threat Level''' || None
+
function_syntax = <source lang="lsl">
 
+
|- valign="top"
+
|'''Function Syntax''' || <source lang="lsl">
+
 
osGetMapTexture()
 
osGetMapTexture()
 
</source>
 
</source>
|- valign="top"
+
|
|'''Example(s)||<source lang="lsl">
+
ossl_example = <source lang="lsl">
 
default
 
default
 
{
 
{
Line 18: Line 15:
 
}
 
}
 
</source>
 
</source>
 
+
|  
|}
+
additional_info =
 
+
|
[[Category:OSSL Functions]]
+
}}

Revision as of 16:04, 12 June 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