ll.GetObjectPrimCount (ObjectID: uuid) -> numberReturns the total number of prims for an object in the region. Returns the prim count for any object id in the same region.
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,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetObjectPrimCount",
"private": false,
"takesSelf": false,
"name": "GetObjectPrimCount",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "number"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "ObjectID",
"desc": "",
"type": [
{
"def": "simple",
"value": "uuid"
},
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
}
]
}
]
}