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

◆ GUIChatDraw()

void Terraria.Main.GUIChatDraw ( )
inline

Definition at line 60563 of file Main.cs.

60564 {
60565 if (ignoreErrors)
60566 {
60567 try
60568 {
60569 if ((npcChatText != "" || player[myPlayer].sign != -1) && !editChest)
60570 {
60572 }
60573 return;
60574 }
60575 catch (Exception e)
60576 {
60577 TimeLogger.DrawException(e);
60578 return;
60579 }
60580 }
60581 if ((npcChatText != "" || player[myPlayer].sign != -1) && !editChest)
60582 {
60584 }
60585 }
static string npcChatText
Definition Main.cs:1982
static int myPlayer
The index in F:Terraria.Main.player of this client's Player. If this is 255, this client is the ser...
Definition Main.cs:1958
void GUIChatDrawInner()
Definition Main.cs:51065
static bool editChest
Definition Main.cs:1974
static bool ignoreErrors
Definition Main.cs:770
static Sign[] sign
Definition Main.cs:1846
static Player[] player
Definition Main.cs:1960

References Terraria.TimeLogger.DrawException(), Terraria.Main.editChest, Terraria.Main.GUIChatDrawInner(), Terraria.Main.ignoreErrors, Terraria.Main.myPlayer, Terraria.Main.npcChatText, Terraria.Main.player, and Terraria.Main.sign.

Referenced by Terraria.Main.DrawInterface_23_NPCSignsDialog().

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