OsGetMapTexture

From OpenSim

Jump to: navigation, search
key osGetMapTexture()
Returns the UUID of the map texture of the current region.
Threat Level None
Example(s)
default
{
    state_entry()
    {
        llSetTexture(osGetMapTexture(),ALL_SIDES);
    }
}
Personal tools
About This Wiki