function cleanrender

Executed by KonsolScript Runtime's event-manager everytime screen is being updated.

Unlike render, this function will clear the screen first before executing this function.

Try changing cleanrender to something (ex, foobar) and the program will not display rendering.

function main() {
  //do nothing
}
function cleanrender() {
  Konsol:Log("rendering...")
}

Also See

todo: fix links

www.konsolscript.org
© 2005-2011 KonsolScript Labs | All Rights Reversed | Licensed under GNU GPL | Designed by Mj Mendoza IV
http://www.sourceforge.net