open class CommonStrings
Contains basic mod constants, common error messages, and the IDs of sector persistent data that core commands use.
Author
LazyWizard
Since
2.0
static val DATA_HOME_ID: String
The persistent data ID of the SectorEntityToken used by the Home command. |
|
static val DATA_PREFIX: String
A recommended prefix for keys in sector persistent data to avoid collision with any existing keys. |
|
static val DATA_STORAGE_ID: String
The persistent data ID of the SectorEntityToken used by the Storage command. |
|
static val ERROR_CAMPAIGN_ONLY: String
The error message displayed by core commands when a campaign-only command is used elsewhere. |
|
static val ERROR_COMBAT_ONLY: String
The error message displayed by core commands when a combat-only command is used elsewhere. |
|
static val ERROR_MISSION_ONLY: String
The error message displayed by core commands when a mission-only command is used elsewhere. |
|
static val ERROR_SIMULATION_ONLY: String
The error message displayed by core commands when a simulation-only command is used elsewhere. |
|
static val INPUT_QUERY: String
The message the console shows when it's first summoned. |
|
static val MOD_ID: String
The ID of this mod as defined in mod_info.json, used for loading commands. |
|
static val PATH_ALIAS: String
The path to aliases.csv, used to define aliases. |
|
static val PATH_CSV: String
The path to commands.csv, used for loading commands. |
|
static val PATH_RUNCODE_CSV: String
The path to runcode_imports.csv, used for setting custom imports for the RunCode command. |
|
static val PATH_RUNCODE_MACROS: String
The path to runcode_macros.csv, used for setting custom macros for the RunCode command. |
|
static val PATH_SETTINGS: String
The path to console_settings.csv. |