ll.GetObjectPrimCount

ll.GetObjectPrimCount(ObjectID: uuid) : number

Returns the total number of prims for an object in the region. Returns the prim count for any object id in the same region.

Example

ll.GetObjectPrimCount(uuid(<key>))
{
  "def": "func",
  "desc": "Returns the total number of prims for an object in the region.\nReturns the prim count for any object id in the same region.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetObjectPrimCount",
  "name": "GetObjectPrimCount",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "number"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "ObjectID",
          "desc": "",
          "type": [
            "uuid",
            "string"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll