LlGetMemoryLimit
De DigiWiki.
Version du 31 janvier 2014 à 03:34 par Djphil (discuter | contributions)
default { state_entry() { llSetMemoryLimit( 4000 ); // set the memory limit // display memory usage... llSay(0, "Memory used: " + (string)llGetFreeMemory() + " bytes, total memory: " + (string)llGetMemoryLimit() + " bytes." ); } }