ll.GetEnvironment

ll.GetEnvironment(Position: vector, EnvParams: list) : list

Returns a string with the requested data about the region.

Example

ll.GetEnvironment(vector(1,1,1), {})
{
  "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/LlGetEnvironment",
  "name": "GetEnvironment",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "list"
          ],
          "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 requested for the specified parcel location.",
          "type": [
            "list"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll