OsReplaceParcelEnvironment
From OpenSimulator
(Difference between revisions)
(Created page with "{{osslfunc |threat_level=ignored |permissions=true |delay=0 |function_syntax=integer osReplaceParcelEnvironment(integer transition, string daycycle) |ossl_example=<source lang...") |
|||
| Line 8: | Line 8: | ||
</source> | </source> | ||
| − | |description= Replaces parcel daycycle. If parameter daycycle is NULL_KEY or "", parcel environment is removed | + | |description= Replaces parcel daycycle.<br> |
| + | * If parameter daycycle is NULL_KEY or "", parcel environment is removed, | ||
daycycle can be a name of a daycycle asset on prim contents. If it is a UUID it can also be grid asset.<br> | daycycle can be a name of a daycycle asset on prim contents. If it is a UUID it can also be grid asset.<br> | ||
region must allow parcel owner to override enviroment.<br> | region must allow parcel owner to override enviroment.<br> | ||
Revision as of 11:48, 3 July 2020
integer osReplaceParcelEnvironment(integer transition, string daycycle)
| |
Replaces parcel daycycle.
daycycle can be a name of a daycycle asset on prim contents. If it is a UUID it can also be grid asset. | |
| 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) | |
// | |
| Notes | |
| Added in 0.9.2 | |