OsGetMapTexture

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (some syntax modification (may be major or minor))
Line 11: Line 11:
 
}
 
}
 
</source>
 
</source>
|description=
+
|description=Returns the UUID of the map texture of the current region.
 
|
 
|
 
}}
 
}}

Revision as of 12:02, 30 July 2011

key osGetMapTexture()
Returns the UUID of the map texture of the current region.
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