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
Joystick.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200034C")]
8 public static class Joystick
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x17000256")]
11 public static bool IsSupported
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6001598")]
14 [global::Cpp2ILInjected.Address(RVA = "0xA9AA0C", Offset = "0xA9AA0C", Length = "0x8")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 get
17 {
18 throw null;
19 }
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x6001599")]
23 [global::Cpp2ILInjected.Address(RVA = "0xA9AA14", Offset = "0xA9AA14", Length = "0xC")]
24 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 {
28 throw null;
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x600159A")]
32 [global::Cpp2ILInjected.Address(RVA = "0xA9AA2C", Offset = "0xA9AA2C", Length = "0x28")]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Joystick), Member = "PlatformGetState", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(JoystickState))]
35 public static JoystickState GetState(int index)
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x600159B")]
41 [global::Cpp2ILInjected.Address(RVA = "0xA9AA20", Offset = "0xA9AA20", Length = "0xC")]
42 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
45 {
46 throw null;
47 }
48
49 [global::Cpp2ILInjected.Token(Token = "0x600159C")]
50 [global::Cpp2ILInjected.Address(RVA = "0xA9AA54", Offset = "0xA9AA54", Length = "0xAC")]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Joystick), Member = "GetState", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(JoystickState))]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
53 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
55 {
56 throw null;
57 }
58
59 [global::Cpp2ILInjected.Token(Token = "0x4002323")]
60 private const bool PlatformIsSupported = false;
61 }
62}
class f__AnonymousType0<< Count > j__TPar
static JoystickState GetState(int index)
Definition Joystick.cs:35
static JoystickCapabilities GetCapabilities(int index)
Definition Joystick.cs:26
static JoystickState PlatformGetState(int index)
Definition Joystick.cs:54
static JoystickCapabilities PlatformGetCapabilities(int index)
Definition Joystick.cs:44