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
CaptureSettings.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200076E RID: 1902
7 public class CaptureSettings
8 {
9 // Token: 0x06003E66 RID: 15974 RVA: 0x0023D1B8 File Offset: 0x0023B3B8
11 {
12 if (!true)
13 {
14 }
15 this.Biome = 1;
16 base..ctor();
17 if (!true)
18 {
19 }
20 DateTime dateTime = DateTime.Now.ToLocalTime();
21 if ("Capture " == null || "Capture " != null)
22 {
23 int num;
24 string text = num.ToString("D4");
25 if ((text == null || text != null) && ("-" == null || "-" != null))
26 {
27 int num2;
28 string text2 = num2.ToString("D2");
29 if ((text2 == null || text2 != null) && ("-" == null || "-" != null))
30 {
31 int num3;
32 string text3 = num3.ToString("D2");
33 if ((text3 == null || text3 != null) && (" " == null || " " != null))
34 {
35 int num4;
36 string text4 = num4.ToString("D2");
37 if ((text4 == null || text4 != null) && ("_" == null || "_" != null))
38 {
39 int num5;
40 string text5 = num5.ToString("D2");
41 if ((text5 == null || text5 != null) && ("_" == null || "_" != null))
42 {
43 int num6;
44 string text6 = num6.ToString("D2");
45 if (text6 == null || text6 != null)
46 {
47 string text7;
49 return;
50 }
51 }
52 }
53 }
54 }
55 }
56 }
58 }
59
60 // Token: 0x04007D19 RID: 32025
62
63 // Token: 0x04007D1A RID: 32026
64 public bool UseScaling = true;
65
66 // Token: 0x04007D1B RID: 32027
67 public string OutputName;
68
69 // Token: 0x04007D1C RID: 32028
70 public bool CaptureEntities = true;
71
72 // Token: 0x04007D1D RID: 32029
74
75 // Token: 0x04007D1E RID: 32030
76 public bool CaptureMech;
77
78 // Token: 0x04007D1F RID: 32031
79 public bool CaptureBackground;
80 }
81}
class f__AnonymousType0<< Count > j__TPar
static DateTime Now
Definition DateTime.cs:530
DateTime ToLocalTime()
Definition DateTime.cs:801