Novelty scripting reference > Debugging functions

Debugging functions

Debugging script functions:

FlushVideoMemory
PrintVideoMemory


void FlushVideoMemory()
Manually flush all unutilized resources out of video memory.


void PrintVideoMemory()
Print a memory usage report to the console.
Note: The allocation sizes in the report are approximations and not accurate measurements.


Back to top