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
Alert.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000044 RID: 68
6 public class Alert
7 {
8 // Token: 0x1700008E RID: 142
9 // (get) Token: 0x060001E7 RID: 487 RVA: 0x00008A44 File Offset: 0x00006C44
11 {
12 get
13 {
14 return this.level;
15 }
16 }
17
18 // Token: 0x1700008F RID: 143
19 // (get) Token: 0x060001E8 RID: 488 RVA: 0x00008A58 File Offset: 0x00006C58
21 {
22 get
23 {
24 return this.description;
25 }
26 }
27
28 // Token: 0x060001E9 RID: 489 RVA: 0x00008A6C File Offset: 0x00006C6C
33
34 // Token: 0x060001EA RID: 490 RVA: 0x00008A90 File Offset: 0x00006C90
35 private void inferAlertLevel()
36 {
37 if (this.description == AlertDescription.CloseNotify)
38 {
39 return;
40 }
41 this.level = AlertLevel.Fatal;
42 }
43
44 // Token: 0x060001EB RID: 491 RVA: 0x00008AB0 File Offset: 0x00006CB0
45 public override string ToString()
46 {
49 string text;
50 return text;
51 }
52
53 // Token: 0x04000114 RID: 276
55
56 // Token: 0x04000115 RID: 277
58 }
59}
class f__AnonymousType0<< Count > j__TPar
Alert(AlertDescription description)
Definition Alert.cs:29
override string ToString()
Definition Alert.cs:45
AlertDescription Description
Definition Alert.cs:21
AlertDescription description
Definition Alert.cs:57