Skip to content

llGetSPMaxMemory

Function Syntax
integer llGetSPMaxMemory(
    );

    Returns the maximum used memory for the current script. Only valid after using PROFILE_SCRIPT_MEMORY. Non-mono scripts always use 16k.

    Returns the integer of the most bytes used while llScriptProfiler was last active.