ll.SetEnvironment(Position: vector, EnvParams: list) : number
Returns a string with the requested data about the region.
ll.SetEnvironment(vector(1,1,1), {})
{
"def": "func",
"desc": "Returns a string with the requested data about the region.",
"energy": 10,
"sleep": 0,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlSetEnvironment",
"name": "SetEnvironment",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"number"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Position",
"desc": "Location within the region.",
"type": [
"vector"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "EnvParams",
"desc": "List of environment settings to change for the specified parcel location.",
"type": [
"list"
],
"variadic": false,
"optional": false
}
]
}
]
}