ll.GetListLength

ll.GetListLength(ListVariable: list) : number

Returns the number of elements in the list. Returns the number of elements in ListVariable.

Example

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

< Back to ll