Difference between revisions of "LlGetFreeMemory"

From Second Life Wiki
Jump to navigation Jump to search
(Example showing memory usage)
Line 9: Line 9:
|caveats
|caveats
|constants
|constants
|examples
|examples=
 
// To show usage of memory by a script, take the free memory from 16k
 
  llOwnerSay("Script uses " + (string)((16384 - llGetFreeMemory())/1024) + " kBytes");
 
|helpers
|helpers
|also_functions
|also_functions

Revision as of 11:49, 15 April 2007