Interface | Description |
---|---|
BaseCommand |
The basic interface all console commands must implement.
|
Class | Description |
---|---|
CommandStore |
The console mod's internal command storage.
|
CommandStore.StoredCommand |
Contains detailed information on a loaded command.
|
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.
|
ConsoleSettings |
Contains the console settings loaded from the JSON file.
|
ConsoleSettings.KeyStroke |
Represents the keys that must be pressed to summon the console.
|
Enum | Description |
---|---|
BaseCommand.CommandContext |
Represents what screen the player was on when they used the command.
|
BaseCommand.CommandResult |
Represents the success status of a command.
|