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

◆ DrawBackGore()

void Terraria.Main.DrawBackGore ( )
inlineprivate

Definition at line 80458 of file Main.cs.

80459 {
80460 if (!drawBackGore)
80461 {
80462 return;
80463 }
80464 drawBackGore = false;
80465 if (ignoreErrors)
80466 {
80467 try
80468 {
80470 return;
80471 }
80472 catch (Exception e)
80473 {
80474 TimeLogger.DrawException(e);
80475 return;
80476 }
80477 }
80479 }
static bool drawBackGore
Definition Main.cs:415
static bool ignoreErrors
Definition Main.cs:770
void DrawGoreBehind()
Definition Main.cs:21283

References Terraria.Main.drawBackGore, Terraria.TimeLogger.DrawException(), Terraria.Main.DrawGoreBehind(), and Terraria.Main.ignoreErrors.

Referenced by Terraria.Main.DoDraw_WallsTilesNPCs().

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