OsGetMapTexture

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 6: Line 6:
 
|- valign="top"
 
|- valign="top"
 
|'''Function Syntax''' || <source lang="lsl">
 
|'''Function Syntax''' || <source lang="lsl">
 
+
osGetMapTexture()
 
</source>
 
</source>
 
|- valign="top"
 
|- valign="top"
Line 23: Line 23:
 
[[Category:OSSL Functions]]
 
[[Category:OSSL Functions]]
 
[[Category:OSSL functions without threat level]]
 
[[Category:OSSL functions without threat level]]
[[Category:OSSL functions without function syntax]]
 

Revision as of 12:54, 11 June 2011

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