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
SandstormSky.cs
Go to the documentation of this file.
1using System;
9
11{
12 [global::Cpp2ILInjected.Token(Token = "0x20009D9")]
13 public class SandstormSky : CustomSky
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x6004A46")]
16 [global::Cpp2ILInjected.Address(RVA = "0x858CBC", Offset = "0x858CBC", Length = "0x4")]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 public override void OnLoad()
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x6004A47")]
24 [global::Cpp2ILInjected.Address(RVA = "0x858CC0", Offset = "0x858CC0", Length = "0xF0")]
25 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TimeSpan), Member = "get_TotalSeconds", ReturnType = typeof(double))]
28 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
29 public override void Update(GameTime gameTime)
30 {
31 throw null;
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x6004A48")]
35 [global::Cpp2ILInjected.Address(RVA = "0x858DB0", Offset = "0x858DB0", Length = "0x2A0")]
36 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Math), Member = "Min", MemberParameters = new object[]
39 {
40 typeof(float),
41 typeof(float)
42 }, ReturnType = typeof(float))]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector4), Member = ".ctor", MemberParameters = new object[]
44 {
45 typeof(float),
46 typeof(float),
47 typeof(float),
48 typeof(float)
49 }, ReturnType = typeof(void))]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector4), Member = "op_Multiply", MemberParameters = new object[]
51 {
53 typeof(float)
54 }, ReturnType = typeof(Vector4))]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Color), Member = "ToVector4", ReturnType = typeof(Vector4))]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector4), Member = "op_Multiply", MemberParameters = new object[]
57 {
60 }, ReturnType = typeof(Vector4))]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Color), Member = ".ctor", MemberParameters = new object[] { typeof(Vector4) }, ReturnType = typeof(void))]
62 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Color), Member = "op_Multiply", MemberParameters = new object[]
63 {
65 typeof(float)
66 }, ReturnType = typeof(Color))]
67 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_screenWidth", ReturnType = typeof(int))]
68 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_screenHeight", ReturnType = typeof(int))]
69 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rectangle), Member = ".ctor", MemberParameters = new object[]
70 {
71 typeof(int),
72 typeof(int),
73 typeof(int),
74 typeof(int)
75 }, ReturnType = typeof(void))]
76 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SpriteBatch), Member = "Draw", MemberParameters = new object[]
77 {
81 }, ReturnType = typeof(void))]
82 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 12)]
83 public override void Draw(SpriteBatch spriteBatch, float minDepth, float maxDepth)
84 {
85 throw null;
86 }
87
88 [global::Cpp2ILInjected.Token(Token = "0x6004A49")]
89 [global::Cpp2ILInjected.Address(RVA = "0x859050", Offset = "0x859050", Length = "0xC")]
90 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
91 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
92 public override void Activate(Vector2 position, params object[] args)
93 {
94 throw null;
95 }
96
97 [global::Cpp2ILInjected.Token(Token = "0x6004A4A")]
98 [global::Cpp2ILInjected.Address(RVA = "0x85905C", Offset = "0x85905C", Length = "0xC")]
99 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
100 public override void Deactivate(params object[] args)
101 {
102 throw null;
103 }
104
105 [global::Cpp2ILInjected.Token(Token = "0x6004A4B")]
106 [global::Cpp2ILInjected.Address(RVA = "0x859068", Offset = "0x859068", Length = "0xC")]
107 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
108 public override void Reset()
109 {
110 throw null;
111 }
112
113 [global::Cpp2ILInjected.Token(Token = "0x6004A4C")]
114 [global::Cpp2ILInjected.Address(RVA = "0x859074", Offset = "0x859074", Length = "0x8")]
115 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
116 public override bool IsActive()
117 {
118 throw null;
119 }
120
121 [global::Cpp2ILInjected.Token(Token = "0x6004A4D")]
122 [global::Cpp2ILInjected.Address(RVA = "0x85907C", Offset = "0x85907C", Length = "0x60")]
123 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ScreenEffectInitializer), Member = "LoadSkies", ReturnType = typeof(void))]
124 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
125 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnifiedRandom), Member = ".ctor", ReturnType = typeof(void))]
126 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CustomSky), Member = ".ctor", ReturnType = typeof(void))]
127 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
129 {
130 throw null;
131 }
132
133 [global::Cpp2ILInjected.Token(Token = "0x40084E2")]
134 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
136
137 [global::Cpp2ILInjected.Token(Token = "0x40084E3")]
138 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
139 private bool _isActive;
140
141 [global::Cpp2ILInjected.Token(Token = "0x40084E4")]
142 [global::Cpp2ILInjected.FieldOffset(Offset = "0x29")]
143 private bool _isLeaving;
144
145 [global::Cpp2ILInjected.Token(Token = "0x40084E5")]
146 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2C")]
147 private float _opacity;
148 }
149}
class f__AnonymousType0<< Count > j__TPar
override void Draw(SpriteBatch spriteBatch, float minDepth, float maxDepth)
override void Update(GameTime gameTime)
override void Activate(Vector2 position, params object[] args)
override void Deactivate(params object[] args)