OsGetMapTexture

From OpenSimulator

Revision as of 12:02, 30 July 2011 by Fritigern (Talk | contribs)

Jump to: navigation, search
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