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

◆ DrawMainButtons()

void GUIMultiplayerJoin.DrawMainButtons ( )
inlineprivate

Definition at line 129 of file GUIMultiplayerJoin.cs.

130 {
131 bool flag = this.editingServerIP;
132 bool flag2;
133 if (!flag)
134 {
136 if (flag2 || !flag2)
137 {
138 }
139 }
142 {
143 if (!flag2)
144 {
145 }
146 if (!flag)
147 {
148 }
150 Main.menuMode = 10;
151 Netplay.StartTcpClient(false);
152 }
153 if (!flag)
154 {
155 }
156 if (!this.editingServerIP)
157 {
158 bool flag3 = this.editingServerPort;
159 }
162 {
163 }
164 if (!this.editingServerIP)
165 {
166 bool flag4 = this.editingServerPort;
167 if (!flag4)
168 {
169 return;
170 }
171 }
172 }
class f__AnonymousType0<< Count > j__TPar
static void StartTcpClient(bool connectingToLocalServer)
Definition Netplay.cs:449
static PlatformUser CurrentUser

References PlatformUser.CurrentUser, editingServerIP, editingServerPort, j__TPar, and Terraria.Netplay.StartTcpClient().