void Exit(string message)
Exit terminates the verge engine application.
If the message string is empty, it will exit immediately with no message box.
If the message string is not empty, the a message box will pop up with the exit message displayed, when the message box is closed the application will end.
//this exits the program without an alert window. Exit(""); //this exits the program with a little self-centered promotion! :D Exit("http://vecna.verge-rpg.com");
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |