INNER CODE UNIT · C#
ClearConsoleCommandContext
Blecki/dwarfcorp · DwarfCorp/Debugger.cs:16
public static void ClearConsoleCommandContext() { ConsoleCommandContext = null; }
public static void SetConsoleCommandContext(Object Context) { ConsoleCommandContext = Context; }
public static class Switches
{
public static bool DrawBoundingBoxes = false;
public static bool DrawPaths = false;
public static bool DrawRailNetwork = false;
public static bool DrawPipeNetwork = false;
public static bool DrawToolDebugInfo = false;
public static bool HideTerrain = false;
public static bool ABTestSwitch = false;
public static bool DrawComposites = false;
public static bool DrawSelectionBuffer = false;
public static bool HideSliceTop = false;
public static bool DebugElevators = false;
public static bool DrawUpdateBox = false;
public static bool DisableWaterUpdate = false;