OsReplaceParcelEnvironment

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
 
{{osslfunc
 
{{osslfunc
 
|threat_level=ignored
 
|threat_level=ignored
|permissions=true
+
|permissions= Prim owner must have rights to change parcel and parcel environment and region must allow parcel environments
 
|delay=0
 
|delay=0
 
|function_syntax=integer osReplaceParcelEnvironment(integer transition, string daycycle)
 
|function_syntax=integer osReplaceParcelEnvironment(integer transition, string daycycle)
Line 10: Line 10:
 
|description= Replaces parcel daycycle.<br>
 
|description= Replaces parcel daycycle.<br>
 
* If parameter daycycle is NULL_KEY or "", parcel environment is removed,
 
* 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>
+
* if return value is negative, it failed.
prim owner must have rights to change parcel and parcel environment
+
* 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 12:52, 3 July 2020

integer osReplaceParcelEnvironment(integer transition, string daycycle)
Replaces parcel daycycle.
  • 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.
  • if return value is negative, it failed.
  • transition should be the viewer transition time to the new one. May not work on most viewers.
Threat Level This function does not do a threat level check
Permissions Prim owner must have rights to change parcel and parcel environment and region must allow parcel environments
Extra Delay 0 seconds
Example(s)
//
Notes
Added in 0.9.2


Personal tools
General
About This Wiki