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

◆ DrawTime()

static void Terraria.TimeLogger.DrawTime ( int drawType,
double timeElapsed )
inlinestatic

Definition at line 264 of file TimeLogger.cs.

265 {
266 if (drawType >= 0 && drawType < drawTimes.Length)
267 {
269 }
270 }
static void UpdateTime(TimeLogData[] times, int type, double time)
static TimeLogData[] drawTimes
Definition TimeLogger.cs:44

References Terraria.TimeLogger.drawTimes, and Terraria.TimeLogger.UpdateTime().

Referenced by Terraria.GameContent.Drawing.TileDrawing.Draw(), Terraria.Main.DrawBackground(), Terraria.Main.DrawBlack(), Terraria.Main.DrawLiquid(), Terraria.GameContent.Drawing.WallDrawing.DrawWalls(), and Terraria.Main.OldDrawBackground().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: