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
MysticLogFairiesEvent.cs
Go to the documentation of this file.
1using System;
5
7{
8 // Token: 0x02000A55 RID: 2645
10 {
11 // Token: 0x06004E1D RID: 19997 RVA: 0x00275BE8 File Offset: 0x00273DE8
12 public void WorldClear()
13 {
15 int version = stumpCoords._version;
16 stumpCoords._syncRoot = version;
17 }
18
19 // Token: 0x06004E1E RID: 19998 RVA: 0x00275C0C File Offset: 0x00273E0C
20 public void StartWorld()
21 {
22 if (!true)
23 {
24 }
26 }
27
28 // Token: 0x06004E1F RID: 19999 RVA: 0x00275C2C File Offset: 0x00273E2C
29 public void StartNight()
30 {
31 if (!true)
32 {
33 }
35 }
36
37 // Token: 0x06004E20 RID: 20000 RVA: 0x00275C54 File Offset: 0x00273E54
38 public void UpdateTime()
39 {
40 if (!true)
41 {
42 }
45 if (canSpawnFairies)
46 {
48 if (!canSpawnFairies)
49 {
50 }
51 int num;
53 if (num == 0)
54 {
55 int num2 = 60;
57 this.TrySpawningFairies();
58 return;
59 }
60 }
61 }
62
63 // Token: 0x06004E21 RID: 20001 RVA: 0x00275CA4 File Offset: 0x00273EA4
64 private bool IsAGoodTime()
65 {
66 if (!true)
67 {
68 }
69 return true;
70 }
71
72 // Token: 0x06004E22 RID: 20002 RVA: 0x00275CB8 File Offset: 0x00273EB8
73 private void TrySpawningFairies()
74 {
75 if (!true)
76 {
77 }
78 }
79
80 // Token: 0x06004E23 RID: 20003 RVA: 0x00275D30 File Offset: 0x00273F30
81 public void FallenLogDestroyed()
82 {
83 if (!true)
84 {
85 }
87 }
88
89 // Token: 0x06004E24 RID: 20004 RVA: 0x000021DB File Offset: 0x000003DB
91 {
92 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
93 }
94
95 // Token: 0x06004E25 RID: 20005 RVA: 0x00275D50 File Offset: 0x00273F50
97 {
98 if (!true)
99 {
100 }
101 Tile tile;
102 short frameX = tile.frameX;
103 return stumpRandomPoint;
104 }
105
106 // Token: 0x06004E26 RID: 20006 RVA: 0x00275D68 File Offset: 0x00273F68
108 {
109 if (!true)
110 {
111 }
112 if (!true)
113 {
114 }
115 if (true)
116 {
117 }
118 return 60;
119 }
120
121 // Token: 0x06004E27 RID: 20007 RVA: 0x00275D80 File Offset: 0x00273F80
123 {
124 }
125
126 // Token: 0x040086D6 RID: 34518
127 private bool _canSpawnFairies;
128
129 // Token: 0x040086D7 RID: 34519
131
132 // Token: 0x040086D8 RID: 34520
133 private const int DELAY_BETWEEN_ATTEMPTS = 60;
134
135 // Token: 0x040086D9 RID: 34521
137 }
138}
class f__AnonymousType0<< Count > j__TPar
static bool NetClient
Definition Main.cs:5438
static bool NetClientOnly
Definition Main.cs:5407
short frameX
Definition Tile.cs:244