| Game Methods |
[This is preliminary documentation and is subject to change.]
The Game type exposes the following members.
| Name | Description | |
|---|---|---|
| Goto | Sets the current room. | |
| Help | ||
| Load | ||
| Parse |
Send some text to the parser to be processed.
| |
| Quit | Call to quit the game engine at the end of the current parse. | |
| Restart | ||
| Save | ||
| Start | Sets the current room (if null) to the first room, displays current room description and waits for user input | |
| TypeText |
Types the text into the console(non-GUI) or control(GUI) simulating a typewriter.
|