LlGetFreeMemory: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
No edit summary
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