ll.GetNumberOfPrims() : number
Returns the number of prims in a link set the script is attached to. Returns the number of prims in (and avatars seated on) the object the script is in.
ll.GetNumberOfPrims()
{
"def": "func",
"desc": "Returns the number of prims in a link set the script is attached to.\nReturns the number of prims in (and avatars seated on) the object the script is in.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlGetNumberOfPrims",
"name": "GetNumberOfPrims",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"number"
],
"optional": false
}
],
"args": []
}
]
}