ll.GetFreeMemory

ll.GetFreeMemory () -> number

Returns the number of free bytes of memory the script can use. Returns the available free space for the current script. This is inaccurate with LSO.

Example

ll.GetFreeMemory()
Raw function spec json
{
  "def": "func",
  "desc": "Returns the number of free bytes of memory the script can use.\nReturns the available free space for the current script. This is inaccurate with LSO.",
  "energy": 10,
  "sleep": 0,
  "must_use": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetFreeMemory",
  "private": false,
  "takesSelf": false,
  "name": "GetFreeMemory",
  "signatures": [
    {
      "def": "signature",
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            {
              "def": "simple",
              "value": "number"
            }
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll