ll.GetEnv (DataRequest: string) -> stringReturns a string with the requested data about the region.
ll.GetEnv('test')
{
"def": "func",
"desc": "Returns a string with the requested data about the region.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetEnv",
"private": false,
"takesSelf": false,
"name": "GetEnv",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "string"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "DataRequest",
"desc": "The type of data to request. Any other string will cause an empty string to be returned.",
"type": [
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
}
]
}
]
}