public class ScriptConfig
extends Object
Modifier and Type | Field and Description |
---|---|
bool |
aiBreakAtStart
Automatically insert a breakpoint at the start of an AI script.
|
bool |
aiDebug
Enables AI debugging options.
|
bool |
aiShowBPValueText
Shows the Building placement values over each position.
|
bool |
aiStatementsAsChat
Make AI Prompts that are statements show up as chats instead.
|
bool |
debugRandomMaps
Allows debugger to pop up on errors when generating random maps.
|
bool |
developer
Enables developer mode.
|
bool |
disableTriggerEcho
Disables all trigger-echo outputs.
|
bool |
enableConsole
Enables the console.
|
string |
extConsole
Maybe allows for an external console?
|
bool |
logAIErrors
Logs AI errors.
|
bool |
showAIEchoes
Enables AI echoes.
|
bool |
showAIOutput
Enables AI output.
|
bool |
xsInfo
Show XS info.
|
bool |
xsWarn
Show XS warnings.
|
public bool aiBreakAtStart
public bool aiDebug
public bool aiShowBPValueText
public bool aiStatementsAsChat
public bool debugRandomMaps
public bool developer
public bool disableTriggerEcho
public bool enableConsole
public string extConsole
public bool logAIErrors
public bool showAIEchoes
public bool showAIOutput
public bool xsInfo
public bool xsWarn