OsSetParcelDetails

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (some format conversions)
Line 1: Line 1:
{{osslfunc|
+
{{osslfunc
threat_level = High or VeryHigh (see description)
+
|threat_level=High or VeryHigh (see description)
|
+
|function_syntax=osParcelSetDetails(vector pos, list rules);
function_syntax = <source lang="lsl">
+
|ossl_example=
osParcelSetDetails(vector pos, list rules);
+
|description=This function is the counterpart to [http://wiki.secondlife.com/wiki/LlGetParcelDetails llGetParcelDetails]. Currently only PARCEL_DETAILS_NAME, PARCEL_DETAILS_DESC, PARCEL_DETAILS_OWNER, PARCEL_DETAILS_GROUP are implemented. Note that the threat levels for PARCEL_DETAILS_NAME and PARCEL_DETAILS_DESC are "High", and those for PARCEL_DETAILS_OWNER and PARCEL_DETAILS_GROUP are "VeryHigh".
</source>
+
|
+
ossl_example =  
+
|  
+
additional_info = This function is the counterpart to [http://wiki.secondlife.com/wiki/LlGetParcelDetails llGetParcelDetails]. Currently only PARCEL_DETAILS_NAME, PARCEL_DETAILS_DESC, PARCEL_DETAILS_OWNER, PARCEL_DETAILS_GROUP are implemented. Note that the threat levels for PARCEL_DETAILS_NAME and PARCEL_DETAILS_DESC are "High", and those for PARCEL_DETAILS_OWNER and PARCEL_DETAILS_GROUP are "VeryHigh".
+
 
|
 
|
 
}}
 
}}

Revision as of 21:38, 1 July 2011

osParcelSetDetails(vector pos, list rules);
This function is the counterpart to llGetParcelDetails. Currently only PARCEL_DETAILS_NAME, PARCEL_DETAILS_DESC, PARCEL_DETAILS_OWNER, PARCEL_DETAILS_GROUP are implemented. Note that the threat levels for PARCEL_DETAILS_NAME and PARCEL_DETAILS_DESC are "High", and those for PARCEL_DETAILS_OWNER and PARCEL_DETAILS_GROUP are "VeryHigh".
Threat Level High or VeryHigh (see description) is unknown threat level
Permissions No permissions specified
Extra Delay No function delay specified
Personal tools
General
About This Wiki