ll.GetEnv

ll.GetEnv(DataRequest: string) : string

Returns a string with the requested data about the region.

Example

ll.GetEnv('test')
{
  "def": "func",
  "desc": "Returns a string with the requested data about the region.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetEnv",
  "name": "GetEnv",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "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": [
            "string"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll