ll.GetRegionFlags

ll.GetRegionFlags() : number

Returns the region flags (REGION_FLAG_) for the region the object is in. Returns a bit-field specifying the region flags (REGION_FLAG_) for the region the object is in.

Example

ll.GetRegionFlags()
{
  "def": "func",
  "desc": "Returns the region flags (REGION_FLAG_*) for the region the object is in.\nReturns a bit-field specifying the region flags (REGION_FLAG_*) for the region the object is in.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetRegionFlags",
  "name": "GetRegionFlags",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "number"
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll