OsGetMapTexture

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (some format conversions)
m (some syntax modification (may be major or minor))
Line 1: Line 1:
 
{{osslfunc
 
{{osslfunc
 
|threat_level=None
 
|threat_level=None
|function_syntax=osGetMapTexture()
+
|function_syntax=key osGetMapTexture()
 
|ossl_example=<source lang="lsl">
 
|ossl_example=<source lang="lsl">
 
default
 
default

Revision as of 03:30, 2 July 2011

key 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