OsReplaceParcelEnvironment
From OpenSimulator
(Difference between revisions)
Line 14: | Line 14: | ||
* prim owner must have rights to change parcel and parcel environment | * prim owner must have rights to change parcel and parcel environment | ||
* if return value is negative, it failed. | * if return value is negative, it failed. | ||
+ | * transition should be the viewer transition time to the new one. May not work on most viewers. | ||
| | | | ||
|additional_info=Added in 0.9.2 | |additional_info=Added in 0.9.2 | ||
}} | }} |
Revision as of 11:50, 3 July 2020
integer osReplaceParcelEnvironment(integer transition, string daycycle)
| |
Replaces parcel daycycle.
| |
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 |