ll.GetListLength (ListVariable: list) -> numberReturns the number of elements in the list. Returns the number of elements in ListVariable.
ll.GetListLength({})
{
"def": "func",
"desc": "Returns the number of elements in the list.\nReturns the number of elements in ListVariable.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetListLength",
"private": false,
"takesSelf": false,
"name": "GetListLength",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "number"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "ListVariable",
"desc": "",
"type": [
{
"def": "simple",
"value": "list"
}
],
"variadic": false,
"optional": false
}
]
}
]
}