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.
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,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlGetFreeMemory",
"name": "GetFreeMemory",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"number"
],
"optional": false
}
],
"args": []
}
]
}