llSetMemoryLimit
integer llSetMemoryLimit(integer Limit)Requests Limit bytes to be reserved for this script.
Returns TRUE or FALSE indicating whether the limit was set successfully.
This function has no effect if the script is running in the LSO VM.
Parameters
-
Limit(integer) - The amount to reserve, which must be less than the allowed maximum (currently 64KB) and not already have been exceeded.
Examples
Section titled “Examples”Add example usage here.
Add additional notes, caveats, or tips here.
See Also
Section titled “See Also”- Related pages can be linked here