Closed carlsonp closed 11 years ago
Something like vrjKernel.stop()
or vrjKernel.shutdown()
should do the trick, but I agree that a simpler shutdown()
method would be nice.
shutdown doesn't seem to exist. stop works though.
And, os.exit is now replaced by vrjKernel.stop once you start the kernel frameloop.
Right now, it appears the only way to shutdown the application is via the File -> Exit menu. Similar to Sparta, it would be nice to have a shutdown() method bound in Lua that allows us to shutdown at any time.