llGetMemoryLimit
Revision as of 17:41, 19 August 2011 by Draconis Neurocam (talk | contribs) (Creating this page because it does not exist)
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Summary
Function: integer llGetMemoryLimit( );0.0 | Forced Delay |
??? | Energy |
Get the maximum memory a script can use.
Returns the integer amount of memory the script can use in bytes.
Specification
- Mono
- Gets the memory limit for the script.
- The memory limit can be up to 64k.
- All new scripts start with a limit of 64k
- All existing scripts have a limit of 64k
- The memory limit is not the amount of real memory actually used by the script, just the upper limit on it.
- LSO
- LSO scripts will always use exactly 16k
Examples
See Also
Functions
• | llSetMemoryLimit | |||
• | llGetFreeMemory | |||
• | llGetUsedMemory | |||
• | llGetObjectDetails |
}}