The Terasology Foundation
Implement a help commnad for DestinationSol
Implement help
command to show information about all available console commands, using the game's built-in Console system. The command should expect zero or one parameter, and after executing, print the detailed help information of the command passed in as parameter, or list all commands in case of no parameters. Passing in two or more parameters should be equal to help help
. The provided Pull request does not need to contain the help messages of all the available commands, only a defined way for the commands to include them.
Requirements
Acceptance criteria
- A pull request is opened by the student containing functional
help
command per above description - The command is at least briefly documented on a DestSol Wiki page discussing in-game commands
Task tags
Students who completed this task
flTobi