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

◆ OpenPlayerChat()

static void Terraria.Main.OpenPlayerChat ( )
inlinestatic

Definition at line 17688 of file Main.cs.

17689 {
17691 {
17692 drawingPlayerChat = true;
17693 clrInput();
17694 }
17695 }
static bool drawingPlayerChat
Definition Main.cs:1888
static object CurrentInputTextTakerOverride
Definition Main.cs:1886
static void clrInput()
Definition Main.cs:19315

References Terraria.Main.clrInput(), Terraria.Main.CurrentInputTextTakerOverride, and Terraria.Main.drawingPlayerChat.

Referenced by Terraria.Main.DoUpdate_Enter_ToggleChat(), and Terraria.Main.GUIChatDrawInner().

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