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

◆ LoadClientParameters()

static void Terraria.Initializers.LaunchInitializer.LoadClientParameters ( Main game)
inlinestaticprivate

Definition at line 47 of file LaunchInitializer.cs.

48 {
49 if (("-j" == null || "-j" != null) && ("-join" == null || "-join" != null))
50 {
51 string text;
52 if (text != null)
53 {
54 game.AutoJoin(text);
55 }
56 if (("-pass" == null || "-pass" != null) && ("-password" == null || "-password" != null))
57 {
58 string text2;
59 if (text2 != null)
60 {
61 string text3 = Main.ConvertFromSafeArgument(text2);
62 game.AutoPass();
63 }
64 if ("-host" == null || "-host" != null)
65 {
66 game.AutoHost();
67 return;
68 }
69 }
70 }
72 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Main.AutoHost(), Terraria.Main.AutoJoin(), Terraria.Main.AutoPass(), Terraria.Main.ConvertFromSafeArgument(), j__TPar, and System.text.

Referenced by Terraria.Initializers.LaunchInitializer.LoadParameters().