[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Walktest provides a console to control the system. Only the Walktest console works like described here. Other Crystal Space apps can have their own console commands. The Crystal Space console is, in fact, only a class that provides text input and output on top of the 2d rasterizer. The main part in this file describes the command handler, which you have to provide in addition to the console. It reacts to console commands. Without a command handler, the console will be quiet and ignore any input.
Pressing TAB activates the console. On the console there are several commands that you can use to control how Crystal Space works. Several of the commands are not directly useful for use from within the console but they are attached to keys. There are several kinds of commands: General, boolean, value and multi-choice commands.
FIXME: The current organization of command documentation is undesirable. Command descriptions should be organized from a user perspective rather than organized into groups based upon how the command treats arguments. Most users will expect commands to be organized alphabetically, or functionally. Rather than grouping commands by their treatment of arguments, we should provide an overview of argument treatment prior to listing commands.
4.2.2.1 General commands 4.2.2.2 Boolean Commands 4.2.2.3 Value Commands 4.2.2.4 Multi-Choice Commands