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

◆ LoadWorld_Version1_Old_BeforeRelease88()

static int Terraria.IO.WorldFile.LoadWorld_Version1_Old_BeforeRelease88 ( BinaryReader fileIO)
inlinestaticprivate

Definition at line 1185 of file WorldFile.cs.

1186 {
1187 if (!true)
1188 {
1189 }
1190 int num = 257;
1191 if (num == 0)
1192 {
1193 }
1194 if (num == 0)
1195 {
1196 }
1197 Main.GameMode = 0;
1198 UnifiedRandom genRand = WorldGen.genRand;
1199 long num2 = 0L;
1200 WorldGen.RandomizeMoonState(genRand, num2 != 0L);
1201 return 1;
1202 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.WorldGen.genRand, j__TPar, System.L, and Terraria.WorldGen.RandomizeMoonState().