OsSetParcelDetails
From OpenSimulator
(Difference between revisions)
(New page: {{osslfunc| threat_level = High or VeryHigh (see description) | function_syntax = <source lang="lsl"> osParcelSetDetails(vector pos, list rules); </source> | ossl_example = | additional_...) |
|||
| Line 11: | Line 11: | ||
| | | | ||
}} | }} | ||
| + | |||
| + | [[Category:OSSL_Functions/ThreatLevel:High]] | ||
| + | [[Category:OSSL_Functions/ThreatLevel:VeryHigh]] | ||
Revision as of 23:27, 24 June 2011
osParcelSetDetails(vector pos, list rules); | |
| No descriptions provided | |
| Threat Level | High or VeryHigh (see description) is unknown threat level |
| Permissions | No permissions specified |
| Extra Delay | No function delay specified |
| Notes | |
| 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". | |