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

◆ CreatePlayer()

void GUIPlayerCreateMenu.CreatePlayer ( )
inlineprivate

Definition at line 331 of file GUIPlayerCreateMenu.cs.

332 {
333 if (!true)
334 {
335 }
336 bool flag = string.IsNullOrWhiteSpace(Main.PendingPlayer.name);
338 if (!true)
339 {
340 }
341 string name = Main.PendingPlayer.name;
344 Main.menuMode = 3;
345 Main.clrInput();
346 }
class f__AnonymousType0<< Count > j__TPar
static void clrInput()
Definition Main.cs:8459
static Player PendingPlayer
Definition Main.cs:2715

References Terraria.Main.clrInput(), j__TPar, System.name, Terraria.Player.name, and Terraria.Main.PendingPlayer.