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
AxisEventData.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000090")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x17000169")]
13 {
15 [global::Cpp2ILInjected.Token(Token = "0x6000580")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1FE3894", Offset = "0x1FE3894", Length = "0x8")]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 get
19 {
20 throw null;
21 }
23 [global::Cpp2ILInjected.Token(Token = "0x6000581")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1FE389C", Offset = "0x1FE389C", Length = "0x8")]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 set
27 {
28 throw null;
29 }
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x1700016A")]
34 {
36 [global::Cpp2ILInjected.Token(Token = "0x6000582")]
37 [global::Cpp2ILInjected.Address(RVA = "0x1FE38A4", Offset = "0x1FE38A4", Length = "0x8")]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 get
40 {
41 throw null;
42 }
44 [global::Cpp2ILInjected.Token(Token = "0x6000583")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1FE38AC", Offset = "0x1FE38AC", Length = "0x8")]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
47 set
48 {
49 throw null;
50 }
51 }
52
53 [global::Cpp2ILInjected.Token(Token = "0x6000584")]
54 [global::Cpp2ILInjected.Address(RVA = "0x1FE38B4", Offset = "0x1FE38B4", Length = "0x68")]
55 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BaseInputModule), Member = "GetAxisEventData", MemberParameters = new object[]
56 {
57 typeof(float),
58 typeof(float),
59 typeof(float)
60 }, ReturnType = typeof(AxisEventData))]
61 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
62 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
64 public AxisEventData(EventSystem eventSystem)
65 {
66 throw null;
67 }
68
70 [global::Cpp2ILInjected.Token(Token = "0x4000287")]
71 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
72 private Vector2 <moveVector>k__BackingField;
73
75 [global::Cpp2ILInjected.Token(Token = "0x4000288")]
76 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
77 private MoveDirection <moveDir>k__BackingField;
78 }
79}
class f__AnonymousType0<< Count > j__TPar
AxisEventData(EventSystem eventSystem)
MoveDirection< moveDir > k__BackingField