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
PunchCameraModifier.cs
Go to the documentation of this file.
1using System;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x2000772")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x17000794")]
14 public string UniqueIdentity
15 {
17 [global::Cpp2ILInjected.Token(Token = "0x6003E70")]
18 [global::Cpp2ILInjected.Address(RVA = "0x14B6B68", Offset = "0x14B6B68", Length = "0x8")]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
20 get
21 {
22 throw null;
23 }
25 [global::Cpp2ILInjected.Token(Token = "0x6003E71")]
26 [global::Cpp2ILInjected.Address(RVA = "0x14B6B70", Offset = "0x14B6B70", Length = "0x8")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 private set
29 {
30 throw null;
31 }
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x17000795")]
35 public bool Finished
36 {
38 [global::Cpp2ILInjected.Token(Token = "0x6003E72")]
39 [global::Cpp2ILInjected.Address(RVA = "0x14B6B78", Offset = "0x14B6B78", Length = "0x8")]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 get
42 {
43 throw null;
44 }
46 [global::Cpp2ILInjected.Token(Token = "0x6003E73")]
47 [global::Cpp2ILInjected.Address(RVA = "0x14B6B80", Offset = "0x14B6B80", Length = "0xC")]
48 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
49 private set
50 {
51 throw null;
52 }
53 }
54
55 [global::Cpp2ILInjected.Token(Token = "0x6003E74")]
56 [global::Cpp2ILInjected.Address(RVA = "0x14B6B8C", Offset = "0x14B6B8C", Length = "0x7C")]
57 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NPC), Member = "AI_123_Deerclops", ReturnType = typeof(void))]
58 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NPC), Member = "AI_123_Deerclops_MakeSpikesForward", MemberParameters = new object[]
59 {
60 typeof(int),
62 }, ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NPC), Member = "AI_123_Deerclops_MakeSpikesBothSides", MemberParameters = new object[]
64 {
65 typeof(int),
67 }, ReturnType = typeof(void))]
68 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
69 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
70 public PunchCameraModifier(Vector2 startPosition, Vector2 direction, float strength, float vibrationCyclesPerSecond, int frames, float distanceFalloff = -1f, string uniqueIdentity = null)
71 {
72 throw null;
73 }
74
75 [global::Cpp2ILInjected.Token(Token = "0x6003E75")]
76 [global::Cpp2ILInjected.Address(RVA = "0x14B6C08", Offset = "0x14B6C08", Length = "0x210")]
77 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
78 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
79 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Remap", MemberParameters = new object[]
80 {
81 typeof(float),
82 typeof(float),
83 typeof(float),
84 typeof(float),
85 typeof(float),
86 typeof(bool)
87 }, ReturnType = typeof(float))]
88 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "Distance", MemberParameters = new object[]
89 {
92 }, ReturnType = typeof(float))]
93 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Multiply", MemberParameters = new object[]
94 {
96 typeof(float)
97 }, ReturnType = typeof(Vector2))]
98 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Addition", MemberParameters = new object[]
99 {
102 }, ReturnType = typeof(Vector2))]
103 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
105 {
106 throw null;
107 }
108
109 [global::Cpp2ILInjected.Token(Token = "0x4007D24")]
110 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
111 private int _framesToLast;
112
113 [global::Cpp2ILInjected.Token(Token = "0x4007D25")]
114 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
116
117 [global::Cpp2ILInjected.Token(Token = "0x4007D26")]
118 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
120
121 [global::Cpp2ILInjected.Token(Token = "0x4007D27")]
122 [global::Cpp2ILInjected.FieldOffset(Offset = "0x24")]
123 private float _distanceFalloff;
124
125 [global::Cpp2ILInjected.Token(Token = "0x4007D28")]
126 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
127 private float _strength;
128
129 [global::Cpp2ILInjected.Token(Token = "0x4007D29")]
130 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2C")]
132
133 [global::Cpp2ILInjected.Token(Token = "0x4007D2A")]
134 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
135 private int _framesLasted;
136
138 [global::Cpp2ILInjected.Token(Token = "0x4007D2B")]
139 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
140 private string <UniqueIdentity>k__BackingField;
141
143 [global::Cpp2ILInjected.Token(Token = "0x4007D2C")]
144 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
145 private bool <Finished>k__BackingField;
146 }
147}
class f__AnonymousType0<< Count > j__TPar
PunchCameraModifier(Vector2 startPosition, Vector2 direction, float strength, float vibrationCyclesPerSecond, int frames, float distanceFalloff=-1f, string uniqueIdentity=null)