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
WorldGenerator.cs
Go to the documentation of this file.
1using System;
5
7{
8 // Token: 0x020004EC RID: 1260
9 public class WorldGenerator
10 {
11 // Token: 0x06003089 RID: 12425 RVA: 0x001F6818 File Offset: 0x001F4A18
12 public WorldGenerator(int seed, WorldGenConfiguration configuration)
13 {
14 this._seed = seed;
15 this._configuration = configuration;
16 }
17
18 // Token: 0x0600308A RID: 12426 RVA: 0x000021DB File Offset: 0x000003DB
19 public void Append(GenPass pass)
20 {
21 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
22 }
23
24 // Token: 0x0600308B RID: 12427 RVA: 0x001F683C File Offset: 0x001F4A3C
25 public static void LogGenSeedAtPoint(string tag)
26 {
27 }
28
29 // Token: 0x0600308C RID: 12428 RVA: 0x001F684C File Offset: 0x001F4A4C
30 public static void SaveWorldAtPoint(string tag)
31 {
32 }
33
34 // Token: 0x0600308D RID: 12429 RVA: 0x001F685C File Offset: 0x001F4A5C
35 public void GenerateWorld([Optional] GenerationProgress progress)
36 {
38 }
39
40 // Token: 0x04003A96 RID: 14998
42
43 // Token: 0x04003A97 RID: 14999
44 private double _totalLoadWeight;
45
46 // Token: 0x04003A98 RID: 15000
47 private readonly int _seed;
48
49 // Token: 0x04003A99 RID: 15001
51
52 // Token: 0x04003A9A RID: 15002
54
55 // Token: 0x04003A9B RID: 15003
56 public static bool TerminateWorldGen;
57 }
58}
class f__AnonymousType0<< Count > j__TPar
readonly WorldGenConfiguration _configuration
WorldGenerator(int seed, WorldGenConfiguration configuration)
static void SaveWorldAtPoint(string tag)
static GenerationProgress CurrentGenerationProgress
void GenerateWorld([Optional] GenerationProgress progress)
static void LogGenSeedAtPoint(string tag)