terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ UpdateUI()

void MPSessionManager.UpdateUI ( )
inline

Definition at line 109 of file MPSessionManager.cs.

110 {
111 bool gameMenu = Main.gameMenu;
114 if (pendingSession != null)
115 {
117 if (pendingSession == null)
118 {
119 }
120 int menuMode = Main.menuMode;
121 if (pendingSession == null)
122 {
123 }
124 int menuMode2 = Main.menuMode;
125 if (pendingSession == null)
126 {
127 }
128 int menuMode3 = Main.menuMode;
129 return;
130 }
132 if (mpsession != null)
133 {
134 }
135 }
class f__AnonymousType0<< Count > j__TPar
MPSessionAPI platformAPI
static int menuMode
Definition Main.cs:3357
static bool gameMenu
Definition Main.cs:2673

References Terraria.Main.gameMenu, j__TPar, Terraria.Main.menuMode, PendingSession, platformAPI, and sessionJoining.