OsGetMapTexture

From OpenSimulator

Revision as of 19:58, 25 October 2017 by Kcozens (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
key osGetMapTexture()
Returns the UUID of the map texture of the current region.
Threat Level This function does not do a threat level check
Permissions Use of this function is always allowed by default
Extra Delay 0 seconds
Example(s)
default
{
    state_entry()
    {
        llSetTexture(osGetMapTexture(),ALL_SIDES);
    }
}


Personal tools
General
About This Wiki