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
Native.cs
Go to the documentation of this file.
1using System;
4
5namespace InControl
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200003C")]
8 internal static class Native
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000324")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1998C1C", Offset = "0x1998C1C", Length = "0x4")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 public static void Init(NativeInputOptions options)
14 {
15 throw null;
16 }
17
18 [global::Cpp2ILInjected.Token(Token = "0x6000325")]
19 [global::Cpp2ILInjected.Address(RVA = "0x1998C20", Offset = "0x1998C20", Length = "0x4")]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
21 public static void Stop()
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x6000326")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1998C24", Offset = "0x1998C24", Length = "0x8")]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 {
31 throw null;
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x6000327")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1998C2C", Offset = "0x1998C2C", Length = "0x14")]
36 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 public static bool GetDeviceInfo(uint handle, out InputDeviceInfo deviceInfo)
39 {
40 throw null;
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x6000328")]
44 [global::Cpp2ILInjected.Address(RVA = "0x1998C40", Offset = "0x1998C40", Length = "0x54")]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
46 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
47 public static bool GetDeviceState(uint handle, out IntPtr deviceState)
48 {
49 throw null;
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x6000329")]
53 [global::Cpp2ILInjected.Address(RVA = "0x1998C94", Offset = "0x1998C94", Length = "0x54")]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
55 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
56 public static int GetDeviceEvents(out IntPtr deviceEvents)
57 {
58 throw null;
59 }
60
61 [global::Cpp2ILInjected.Token(Token = "0x600032A")]
62 [global::Cpp2ILInjected.Address(RVA = "0x1998CE8", Offset = "0x1998CE8", Length = "0x4")]
63 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
64 public static void SetHapticState(uint handle, byte motor0, byte motor1)
65 {
66 throw null;
67 }
68
69 [global::Cpp2ILInjected.Token(Token = "0x600032B")]
70 [global::Cpp2ILInjected.Address(RVA = "0x1998CEC", Offset = "0x1998CEC", Length = "0x4")]
71 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
72 public static void SetLightColor(uint handle, byte red, byte green, byte blue)
73 {
74 throw null;
75 }
76
77 [global::Cpp2ILInjected.Token(Token = "0x600032C")]
78 [global::Cpp2ILInjected.Address(RVA = "0x1998CF0", Offset = "0x1998CF0", Length = "0x4")]
79 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
80 public static void SetLightFlash(uint handle, byte flashOnDuration, byte flashOffDuration)
81 {
82 throw null;
83 }
84
85 [global::Cpp2ILInjected.Token(Token = "0x40002CF")]
86 private const string libraryName = "InControlNative";
87 }
88}
class f__AnonymousType0<< Count > j__TPar
static void SetHapticState(uint handle, byte motor0, byte motor1)
Definition Native.cs:64
static void SetLightFlash(uint handle, byte flashOnDuration, byte flashOffDuration)
Definition Native.cs:80
const string libraryName
Definition Native.cs:86
static void GetVersionInfo(out NativeVersionInfo versionInfo)
Definition Native.cs:29
static int GetDeviceEvents(out IntPtr deviceEvents)
Definition Native.cs:56
static bool GetDeviceInfo(uint handle, out InputDeviceInfo deviceInfo)
Definition Native.cs:38
static void SetLightColor(uint handle, byte red, byte green, byte blue)
Definition Native.cs:72
static void Stop()
Definition Native.cs:21
static bool GetDeviceState(uint handle, out IntPtr deviceState)
Definition Native.cs:47
static void Init(NativeInputOptions options)
Definition Native.cs:13