Difference between revisions of "Console"
Jump to navigation
Jump to search
(Added {{Incomplete}} message) |
(Begun adding commands with syntax & description) |
||
| Line 1: | Line 1: | ||
{{Incomplete}} | {{Incomplete}} | ||
| + | |||
| + | {| class="wikitable" | ||
| + | |- style="background-color:#32cb00;" | ||
| + | ! Command | ||
| + | ! Syntax | ||
| + | ! Description | ||
| + | |- | ||
| + | | CLEAR | ||
| + | | | ||
| + | | Clears the console | ||
| + | |- | ||
| + | | CLEAR_X | ||
| + | | integer | ||
| + | | Clears all but the last X lines of the console | ||
| + | |- | ||
| + | | SHOW_ON_ERROR | ||
| + | | | ||
| + | | Whether to show the console when an error occurs | ||
| + | |- | ||
| + | | SHOW_TIME_STAMP | ||
| + | | | ||
| + | | Whether to show the time stamp for each command | ||
| + | |- | ||
| + | | HELP | ||
| + | | | ||
| + | | Shows a list of all Commands available | ||
| + | |- | ||
| + | | HELP_ALPHA | ||
| + | | | ||
| + | | Shows a list of all Commands available in alphabetical order | ||
| + | |- | ||
| + | | SET_FONT_SIZE | ||
| + | | integer | ||
| + | | Sets the font size of the Console | ||
| + | |- | ||
| + | | TOGGLE_ERRORS | ||
| + | | | ||
| + | | Whether to print internal errors | ||
| + | |- | ||
| + | | TOGGLE_VERBOSE | ||
| + | | | ||
| + | | Whether errors should be printed with stacktrace | ||
| + | |- | ||
| + | | TAKE_ALL_LAND | ||
| + | | | ||
| + | | Claims the entire plot | ||
| + | |- | ||
| + | | WRITE_ERROR | ||
| + | | | ||
| + | | Show all errors that have occurred during this save | ||
| + | |- | ||
| + | | TOGGLE_LIGHTS | ||
| + | | | ||
| + | | Toggles whether lamps should always be on | ||
| + | |- | ||
| + | | UNLOCK_FURNITURE | ||
| + | | | ||
| + | | Unlocks all furniture | ||
| + | |} | ||
Revision as of 10:26, 30 June 2020
==''This page is incomplete!'' ==
| Command | Syntax | Description |
|---|---|---|
| CLEAR | Clears the console | |
| CLEAR_X | integer | Clears all but the last X lines of the console |
| SHOW_ON_ERROR | Whether to show the console when an error occurs | |
| SHOW_TIME_STAMP | Whether to show the time stamp for each command | |
| HELP | Shows a list of all Commands available | |
| HELP_ALPHA | Shows a list of all Commands available in alphabetical order | |
| SET_FONT_SIZE | integer | Sets the font size of the Console |
| TOGGLE_ERRORS | Whether to print internal errors | |
| TOGGLE_VERBOSE | Whether errors should be printed with stacktrace | |
| TAKE_ALL_LAND | Claims the entire plot | |
| WRITE_ERROR | Show all errors that have occurred during this save | |
| TOGGLE_LIGHTS | Toggles whether lamps should always be on | |
| UNLOCK_FURNITURE | Unlocks all furniture |