mojo.app.AppInstance.New - nitrologic/monkey2 GitHub Wiki
mojo::mojo.app.mojo.app.AppInstance.New
Method New:Void( )
Creates a new app instance.
Creates a new AppInstance objects and initializes the global App variable with it.
A runtime error will occur if more than 1 AppInstance is created.