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
DeviceBindingSourceListener.cs
Go to the documentation of this file.
1using System;
5
6namespace InControl
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000008")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x600002B")]
12 [global::Cpp2ILInjected.Address(RVA = "0x197A370", Offset = "0x197A370", Length = "0x8")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 public void Reset()
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x600002C")]
20 [global::Cpp2ILInjected.Address(RVA = "0x197A378", Offset = "0x197A378", Length = "0x104")]
21 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InputDevice), Member = "GetControl", MemberParameters = new object[] { typeof(InputControlType) }, ReturnType = typeof(InputControl))]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeviceBindingSourceListener), Member = "IsPressed", MemberParameters = new object[] { typeof(InputControl) }, ReturnType = typeof(bool))]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeviceBindingSourceListener), Member = "ListenForControl", MemberParameters = new object[]
27 {
28 typeof(BindingListenOptions),
29 typeof(InputDevice)
30 }, ReturnType = typeof(InputControlType))]
31 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
33 {
34 throw null;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x600002D")]
38 [global::Cpp2ILInjected.Address(RVA = "0x197A5B0", Offset = "0x197A5B0", Length = "0x7C")]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeviceBindingSourceListener), Member = "Listen", MemberParameters = new object[]
40 {
43 }, ReturnType = typeof(BindingSource))]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeviceBindingSourceListener), Member = "IsPressed", MemberParameters = new object[]
45 {
46 typeof(InputControlType),
47 typeof(InputDevice)
48 }, ReturnType = typeof(bool))]
49 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeviceBindingSourceListener), Member = "ListenForControl", MemberParameters = new object[]
50 {
51 typeof(BindingListenOptions),
52 typeof(InputDevice)
53 }, ReturnType = typeof(InputControlType))]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utility), Member = "AbsoluteIsOverThreshold", MemberParameters = new object[]
56 {
57 typeof(float),
58 typeof(float)
59 }, ReturnType = typeof(bool))]
60 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
61 private bool IsPressed(InputControl control)
62 {
63 throw null;
64 }
65
66 [global::Cpp2ILInjected.Token(Token = "0x600002E")]
67 [global::Cpp2ILInjected.Address(RVA = "0x197A49C", Offset = "0x197A49C", Length = "0x18")]
68 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
69 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InputDevice), Member = "GetControl", MemberParameters = new object[] { typeof(InputControlType) }, ReturnType = typeof(InputControl))]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeviceBindingSourceListener), Member = "IsPressed", MemberParameters = new object[] { typeof(InputControl) }, ReturnType = typeof(bool))]
71 private bool IsPressed(InputControlType control, InputDevice device)
72 {
73 throw null;
74 }
75
76 [global::Cpp2ILInjected.Token(Token = "0x600002F")]
77 [global::Cpp2ILInjected.Address(RVA = "0x197A4B4", Offset = "0x197A4B4", Length = "0xFC")]
78 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
79 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeviceBindingSourceListener), Member = "Listen", MemberParameters = new object[]
80 {
83 }, ReturnType = typeof(BindingSource))]
84 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
85 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReadOnlyCollection<object>), Member = "get_Count", ReturnType = typeof(int))]
86 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReadOnlyCollection<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
87 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeviceBindingSourceListener), Member = "IsPressed", MemberParameters = new object[] { typeof(InputControl) }, ReturnType = typeof(bool))]
88 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InputControl), Member = "get_IsStandard", ReturnType = typeof(bool))]
89 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
91 {
92 throw null;
93 }
94
95 [global::Cpp2ILInjected.Token(Token = "0x6000030")]
96 [global::Cpp2ILInjected.Address(RVA = "0x197A688", Offset = "0x197A688", Length = "0x8")]
97 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
98 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
100 {
101 throw null;
102 }
103
104 [global::Cpp2ILInjected.Token(Token = "0x400001E")]
105 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
107
108 [global::Cpp2ILInjected.Token(Token = "0x400001F")]
109 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
110 private int detectPhase;
111 }
112}
class f__AnonymousType0<< Count > j__TPar
InputControlType ListenForControl(BindingListenOptions listenOptions, InputDevice device)
bool IsPressed(InputControlType control, InputDevice device)
BindingSource Listen(BindingListenOptions listenOptions, InputDevice device)