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
LanternNight.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000A50 RID: 2640
6 public class LanternNight
7 {
8 // Token: 0x1700089B RID: 2203
9 // (get) Token: 0x06004DF6 RID: 19958 RVA: 0x00275558 File Offset: 0x00273758
10 public static bool LanternsUp
11 {
12 get
13 {
14 return true;
15 }
16 }
17
18 // Token: 0x06004DF7 RID: 19959 RVA: 0x00275568 File Offset: 0x00273768
19 public static void CheckMorning()
20 {
21 }
22
23 // Token: 0x06004DF8 RID: 19960 RVA: 0x00275578 File Offset: 0x00273778
24 public static void CheckNight()
25 {
27 }
28
29 // Token: 0x06004DF9 RID: 19961 RVA: 0x0027558C File Offset: 0x0027378C
30 public static bool LanternsCanPersist()
31 {
32 if (!true)
33 {
34 }
35 if (true)
36 {
37 }
39 }
40
41 // Token: 0x06004DFA RID: 19962 RVA: 0x002755A8 File Offset: 0x002737A8
42 public static bool LanternsCanStart()
43 {
44 if (!true)
45 {
46 }
48 }
49
50 // Token: 0x06004DFB RID: 19963 RVA: 0x002755C0 File Offset: 0x002737C0
51 private static bool BossIsActive()
52 {
53 if (!true)
54 {
55 return;
56 }
57 }
58
59 // Token: 0x06004DFC RID: 19964 RVA: 0x002755D8 File Offset: 0x002737D8
60 private static void NaturalAttempt()
61 {
62 if (!true)
63 {
64 }
66 bool flag = LanternNight.LanternsCanStart();
67 }
68
69 // Token: 0x06004DFD RID: 19965 RVA: 0x002755FC File Offset: 0x002737FC
70 public static void ToggleManualLanterns()
71 {
75 bool netHost = Main.NetHost;
76 }
77
78 // Token: 0x06004DFE RID: 19966 RVA: 0x00275628 File Offset: 0x00273828
79 public static void WorldClear()
80 {
81 }
82
83 // Token: 0x06004DFF RID: 19967 RVA: 0x00275638 File Offset: 0x00273838
84 public static void UpdateTime()
85 {
86 bool flag = LanternNight.LanternsCanPersist();
90 }
91
92 // Token: 0x06004E00 RID: 19968 RVA: 0x00275674 File Offset: 0x00273874
93 public LanternNight()
94 {
95 }
96
97 // Token: 0x040086BE RID: 34494
98 public static bool ManualLanterns;
99
100 // Token: 0x040086BF RID: 34495
101 public static bool GenuineLanterns;
102
103 // Token: 0x040086C0 RID: 34496
104 public static bool NextNightIsLanternNight;
105
106 // Token: 0x040086C1 RID: 34497
107 public static int LanternNightsOnCooldown;
108
109 // Token: 0x040086C2 RID: 34498
110 private static bool _wasLanternNight;
111 }
112}
class f__AnonymousType0<< Count > j__TPar
static bool LogicClient
Definition Main.cs:5513
static bool NetHost
Definition Main.cs:5544
static bool NetClientOnly
Definition Main.cs:5407
static bool LogicHost
Definition Main.cs:5469