ll.GetFreeURLs

ll.GetFreeURLs() : number

Returns the number of available URLs for the current script. Returns an integer that is the number of available URLs.

Example

ll.GetFreeURLs()
{
  "def": "func",
  "desc": "Returns the number of available URLs for the current script.\nReturns an integer that is the number of available URLs.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetFreeURLs",
  "name": "GetFreeURLs",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "number"
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll