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
CameraInfo.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000771")]
9 public struct CameraInfo
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6003E6F")]
12 [global::Cpp2ILInjected.Address(RVA = "0x14B68B8", Offset = "0x14B68B8", Length = "0x110")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CameraModifierStack), Member = "ApplyTo", MemberParameters = new object[] { typeof(ref Vector2) }, ReturnType = typeof(void))]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_ScreenSize", ReturnType = typeof(Point))]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "ToVector2", MemberParameters = new object[] { typeof(Point) }, ReturnType = typeof(Vector2))]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Division", MemberParameters = new object[]
18 {
20 typeof(float)
21 }, ReturnType = typeof(Vector2))]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Addition", MemberParameters = new object[]
23 {
26 }, ReturnType = typeof(Vector2))]
27 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
28 public CameraInfo(Vector2 position)
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x4007D21")]
34 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
36
37 [global::Cpp2ILInjected.Token(Token = "0x4007D22")]
38 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
40
41 [global::Cpp2ILInjected.Token(Token = "0x4007D23")]
42 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
44 }
45}
class f__AnonymousType0<< Count > j__TPar