terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
DisplayMode.cs
Go to the documentation of this file.
1using System;
6
8{
10 [global::Cpp2ILInjected.Token(Token = "0x200035F")]
11 public class DisplayMode
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x600167D")]
14 [global::Cpp2ILInjected.Address(RVA = "0xAA3C04", Offset = "0xAA3C04", Length = "0x8")]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GraphicsAdapter), Member = "set_VirtualScreenSize", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
17 public void UpdateSize(int newWidth, int newHeight)
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x17000292")]
23 public float AspectRatio
24 {
25 [global::Cpp2ILInjected.Token(Token = "0x600167E")]
26 [global::Cpp2ILInjected.Address(RVA = "0xAA3C0C", Offset = "0xAA3C0C", Length = "0x14")]
27 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GraphicsAdapter), Member = "get_IsWideScreen", ReturnType = typeof(bool))]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
30 get
31 {
32 throw null;
33 }
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x17000293")]
38 {
39 [global::Cpp2ILInjected.Token(Token = "0x600167F")]
40 [global::Cpp2ILInjected.Address(RVA = "0xAA3C20", Offset = "0xAA3C20", Length = "0x8")]
41 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
42 get
43 {
44 throw null;
45 }
46 }
47
48 [global::Cpp2ILInjected.Token(Token = "0x17000294")]
49 public int Height
50 {
51 [global::Cpp2ILInjected.Token(Token = "0x6001680")]
52 [global::Cpp2ILInjected.Address(RVA = "0xAA3C28", Offset = "0xAA3C28", Length = "0x8")]
53 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
54 get
55 {
56 throw null;
57 }
58 }
59
60 [global::Cpp2ILInjected.Token(Token = "0x17000295")]
61 public int Width
62 {
63 [global::Cpp2ILInjected.Token(Token = "0x6001681")]
64 [global::Cpp2ILInjected.Address(RVA = "0xAA3C30", Offset = "0xAA3C30", Length = "0x8")]
65 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
66 get
67 {
68 throw null;
69 }
70 }
71
72 [global::Cpp2ILInjected.Token(Token = "0x17000296")]
74 {
75 [global::Cpp2ILInjected.Token(Token = "0x6001682")]
76 [global::Cpp2ILInjected.Address(RVA = "0xAA3C38", Offset = "0xAA3C38", Length = "0x68")]
77 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
78 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GraphicsDevice), Member = "GetTitleSafeArea", MemberParameters = new object[]
79 {
80 typeof(int),
81 typeof(int),
82 typeof(int),
83 typeof(int)
84 }, ReturnType = typeof(Rectangle))]
85 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
86 get
87 {
88 throw null;
89 }
90 }
91
92 [global::Cpp2ILInjected.Token(Token = "0x6001683")]
93 [global::Cpp2ILInjected.Address(RVA = "0xAA3CA0", Offset = "0xAA3CA0", Length = "0x3C")]
94 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GraphicsAdapter), Member = "PlatformInitializeAdapters", MemberParameters = new object[] { typeof(ref ReadOnlyCollection<GraphicsAdapter>) }, ReturnType = typeof(void))]
95 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
96 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
98 {
99 throw null;
100 }
101
102 [global::Cpp2ILInjected.Token(Token = "0x6001684")]
103 [global::Cpp2ILInjected.Address(RVA = "0xAA3CDC", Offset = "0xAA3CDC", Length = "0x5C")]
104 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
105 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
106 public static bool operator !=(DisplayMode left, DisplayMode right)
107 {
108 throw null;
109 }
110
111 [global::Cpp2ILInjected.Token(Token = "0x6001685")]
112 [global::Cpp2ILInjected.Address(RVA = "0xAA3D38", Offset = "0xAA3D38", Length = "0x5C")]
113 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
114 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
115 public static bool operator ==(DisplayMode left, DisplayMode right)
116 {
117 throw null;
118 }
119
120 [global::Cpp2ILInjected.Token(Token = "0x6001686")]
121 [global::Cpp2ILInjected.Address(RVA = "0xAA3D94", Offset = "0xAA3D94", Length = "0xC0")]
122 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
123 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
124 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
125 public override bool Equals(object obj)
126 {
127 throw null;
128 }
129
130 [global::Cpp2ILInjected.Token(Token = "0x6001687")]
131 [global::Cpp2ILInjected.Address(RVA = "0xAA3E54", Offset = "0xAA3E54", Length = "0x4C")]
132 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
133 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "GetHashCode", ReturnType = typeof(int))]
134 public override int GetHashCode()
135 {
136 throw null;
137 }
138
139 [global::Cpp2ILInjected.Token(Token = "0x6001688")]
140 [global::Cpp2ILInjected.Address(RVA = "0xAA3EA0", Offset = "0xAA3EA0", Length = "0x284")]
141 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
142 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
143 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", ReturnType = typeof(string))]
144 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enum), Member = "ToString", ReturnType = typeof(string))]
145 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(float), Member = "ToString", ReturnType = typeof(string))]
146 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(string))]
147 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 19)]
148 public override string ToString()
149 {
150 throw null;
151 }
152
153 [global::Cpp2ILInjected.Token(Token = "0x40024CF")]
154 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
156
157 [global::Cpp2ILInjected.Token(Token = "0x40024D0")]
158 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
159 private int height;
160
161 [global::Cpp2ILInjected.Token(Token = "0x40024D1")]
162 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
163 private int width;
164 }
165}
class f__AnonymousType0<< Count > j__TPar
DisplayMode(int width, int height, SurfaceFormat format)
static bool operator==(DisplayMode left, DisplayMode right)
static bool operator!=(DisplayMode left, DisplayMode right)
void UpdateSize(int newWidth, int newHeight)