Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Start()

static void Terraria.TimeLogger.Start ( )
inlinestatic

Definition at line 123 of file TimeLogger.cs.

124 {
126 {
127 endLoggingThisFrame = true;
128 startLoggingNextFrame = false;
129 }
130 else
131 {
133 endLoggingThisFrame = false;
134 Main.NewText("Detailed logging started", 250, 250, 0);
135 }
136 }
static bool currentlyLogging
Definition TimeLogger.cs:36
static bool startLoggingNextFrame
Definition TimeLogger.cs:32
static bool endLoggingThisFrame
Definition TimeLogger.cs:34

References Terraria.TimeLogger.currentlyLogging, Terraria.TimeLogger.endLoggingThisFrame, Terraria.Main.NewText(), and Terraria.TimeLogger.startLoggingNextFrame.

Referenced by Terraria.Main.DoUpdate_F7_ToggleGraphicsDiagnostics().