ll.GetNumberOfNotecardLines

ll.GetNumberOfNotecardLines(NotecardName: string) : uuid

Returns the number of lines contained within a notecard via the dataserver event. The key returned by this function is a query ID for identifying the dataserver reply.

Example

ll.GetNumberOfNotecardLines('test')
{
  "def": "func",
  "desc": "Returns the number of lines contained within a notecard via the dataserver event.\nThe key returned by this function is a query ID for identifying the dataserver reply.",
  "energy": 10,
  "sleep": 0,
  "pure": false,
  "link": "https://wiki.secondlife.com/wiki/LlGetNumberOfNotecardLines",
  "name": "GetNumberOfNotecardLines",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "uuid"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "NotecardName",
          "desc": "",
          "type": [
            "string"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll