ll.GetNumberOfPrims () -> numberReturns 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,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetNumberOfPrims",
"private": false,
"takesSelf": false,
"name": "GetNumberOfPrims",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "number"
}
],
"optional": false
}
],
"args": []
}
]
}