mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-30 07:06:31 +01:00
9 lines
557 B
Plaintext
9 lines
557 B
Plaintext
//Run the world with this parameter to enable a single run though of the game setup and tear down process with unit tests in between
|
|
#define TEST_RUN_PARAMETER "test-run"
|
|
//Force the log directory to be something specific in the data/logs folder
|
|
#define OVERRIDE_LOG_DIRECTORY_PARAMETER "log-directory"
|
|
//Prevent the master controller from starting automatically, overrides TEST_RUN_PARAMETER
|
|
#define NO_INIT_PARAMETER "no-init"
|
|
//Force the config directory to be something other than "config"
|
|
#define OVERRIDE_CONFIG_DIRECTORY_PARAMETER "config-directory"
|