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
InputDeviceManager.cs
Go to the documentation of this file.
1using System;
5
6namespace InControl
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000031")]
9 public abstract class InputDeviceManager
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x600024E")]
12 public abstract void Update(ulong updateTick, float deltaTime);
13
14 [global::Cpp2ILInjected.Token(Token = "0x600024F")]
15 [global::Cpp2ILInjected.Address(RVA = "0x198AD60", Offset = "0x198AD60", Length = "0x4")]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 public virtual void Destroy()
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x6000250")]
23 [global::Cpp2ILInjected.Address(RVA = "0x198AD64", Offset = "0x198AD64", Length = "0x7C")]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NativeInputDeviceManager), Member = ".ctor", ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(OuyaEverywhereDeviceManager), Member = ".ctor", ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UnityInputDeviceManager), Member = ".ctor", ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = ".ctor", ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
32 {
33 throw null;
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x400024D")]
37 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
39 }
40}
class f__AnonymousType0<< Count > j__TPar
readonly List< InputDevice > devices
void Update(ulong updateTick, float deltaTime)