ll.GetFreeMemory () -> numberReturns 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.
ll.GetFreeMemory()
{
"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": []
}
]
}