ConsoleCommands / org.lazywizard.console / CommonStrings

CommonStrings

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

Properties

DATA_HOME_ID

static val DATA_HOME_ID: String

The persistent data ID of the SectorEntityToken used by the Home command.

DATA_PREFIX

static val DATA_PREFIX: String

A recommended prefix for keys in sector persistent data to avoid collision with any existing keys.

DATA_STORAGE_ID

static val DATA_STORAGE_ID: String

The persistent data ID of the SectorEntityToken used by the Storage command.

ERROR_CAMPAIGN_ONLY

static val ERROR_CAMPAIGN_ONLY: String

The error message displayed by core commands when a campaign-only command is used elsewhere.

ERROR_COMBAT_ONLY

static val ERROR_COMBAT_ONLY: String

The error message displayed by core commands when a combat-only command is used elsewhere.

ERROR_MISSION_ONLY

static val ERROR_MISSION_ONLY: String

The error message displayed by core commands when a mission-only command is used elsewhere.

ERROR_SIMULATION_ONLY

static val ERROR_SIMULATION_ONLY: String

The error message displayed by core commands when a simulation-only command is used elsewhere.

INPUT_QUERY

static val INPUT_QUERY: String

The message the console shows when it's first summoned.

MOD_ID

static val MOD_ID: String

The ID of this mod as defined in mod_info.json, used for loading commands.

PATH_ALIAS

static val PATH_ALIAS: String

The path to aliases.csv, used to define aliases.

PATH_CSV

static val PATH_CSV: String

The path to commands.csv, used for loading commands.

PATH_RUNCODE_CSV

static val PATH_RUNCODE_CSV: String

The path to runcode_imports.csv, used for setting custom imports for the RunCode command.

PATH_RUNCODE_MACROS

static val PATH_RUNCODE_MACROS: String

The path to runcode_macros.csv, used for setting custom macros for the RunCode command.

PATH_SETTINGS

static val PATH_SETTINGS: String

The path to console_settings.csv.