INNER CODE UNIT · C#

SetConsoleCommandContext

Blecki/dwarfcorp · DwarfCorp/Debugger.cs:17

        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;
            public static bool DrawInvisible = false;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…