Interface | Description |
---|---|
BaseCommand |
The basic interface all console commands must implement.
|
CommandListener |
Provides an interface to listen for command execution, with the option to intercept the command and execute your own code instead.
|
Class | Description |
---|---|
CommandStore |
The console mod's internal command storage. You can retrieve detailed information on the loaded commands using this class.
|
CommandUtils | |
CommonStrings |
Contains basic mod constants, common error messages, and the IDs of sector persistent data that core commands use.
|
Console |
The main class of the console mod. Most of its methods aren't publicly accessible, so this is mainly used to display messages to the player.
|
ConsoleOverlay | |
ConsoleSettings | |
ShowSettings |