ll.GetObjectPermMask

ll.GetObjectPermMask (Category: number) -> number

Returns the permission mask of the requested category for the object.

Example

ll.GetObjectPermMask(3.14)
Raw function spec json
{
  "def": "func",
  "desc": "Returns the permission mask of the requested category for the object.",
  "energy": 10,
  "sleep": 0,
  "must_use": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetObjectPermMask",
  "private": false,
  "takesSelf": false,
  "name": "GetObjectPermMask",
  "signatures": [
    {
      "def": "signature",
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            {
              "def": "simple",
              "value": "number"
            }
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "Category",
          "desc": "Category is one of MASK_BASE, MASK_OWNER, MASK_GROUP, MASK_EVERYONE, or MASK_NEXT",
          "type": [
            {
              "def": "simple",
              "value": "number"
            }
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll