interface BaseCommand
The basic interface all console commands must implement. |
|
open class CommandStore
The console mod's internal command storage. You can retrieve detailed information on the loaded commands using this class. |
|
open class CommandUtils |
|
open class CommonStrings
Contains basic mod constants, common error messages, and the IDs of sector persistent data that core commands use. |
|
open class 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. |
|
open class ConsoleCampaignListener : EveryFrameScript, ConsoleListener |
|
open class ConsoleCombatListener : BaseEveryFrameCombatPlugin, ConsoleListener |
|
open class ConsoleModPlugin : BaseModPlugin |
|
object ConsoleSettings |
|
open class ShowSettings : BaseCommand |
fun show(context: CommandContext): Unit |