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
KeyInfo.cs
Go to the documentation of this file.
1using System;
4using UnityEngine;
5
6namespace InControl
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200000D")]
9 public struct KeyInfo
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000060")]
12 [global::Cpp2ILInjected.Address(RVA = "0x197B910", Offset = "0x197B910", Length = "0x10")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x6000061")]
20 [global::Cpp2ILInjected.Address(RVA = "0x197B920", Offset = "0x197B920", Length = "0x10")]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 private KeyInfo(Key key, string name, string macName, params KeyCode[] keyCodes)
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x17000019")]
28 public bool IsPressed
29 {
30 [global::Cpp2ILInjected.Token(Token = "0x6000062")]
31 [global::Cpp2ILInjected.Address(RVA = "0x197B6B8", Offset = "0x197B6B8", Length = "0x74")]
32 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(KeyCombo), Member = "get_IsPressed", ReturnType = typeof(bool))]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(KeyCombo), Member = "Detect", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(KeyCombo))]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Input), Member = "GetKey", MemberParameters = new object[] { typeof(KeyCode) }, ReturnType = typeof(bool))]
37 get
38 {
39 throw null;
40 }
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x1700001A")]
44 public string Name
45 {
46 [global::Cpp2ILInjected.Token(Token = "0x6000063")]
47 [global::Cpp2ILInjected.Address(RVA = "0x197B72C", Offset = "0x197B72C", Length = "0x3C")]
48 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
49 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(KeyCombo), Member = "ToString", ReturnType = typeof(string))]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Application), Member = "get_platform", ReturnType = typeof(RuntimePlatform))]
52 get
53 {
54 throw null;
55 }
56 }
57
58 [global::Cpp2ILInjected.Token(Token = "0x1700001B")]
59 public Key Key
60 {
61 [global::Cpp2ILInjected.Token(Token = "0x6000064")]
62 [global::Cpp2ILInjected.Address(RVA = "0x197B930", Offset = "0x197B930", Length = "0x8")]
63 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
64 get
65 {
66 throw null;
67 }
68 }
69
70 // Note: this type is marked as 'beforefieldinit'.
71 [global::Cpp2ILInjected.Token(Token = "0x6000065")]
72 [global::Cpp2ILInjected.Address(RVA = "0x197B938", Offset = "0x197B938", Length = "0x239C")]
73 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
74 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 272)]
75 static KeyInfo()
76 {
77 throw null;
78 }
79
80 [global::Cpp2ILInjected.Token(Token = "0x40000AD")]
81 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
82 private readonly Key key;
83
84 [global::Cpp2ILInjected.Token(Token = "0x40000AE")]
85 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
86 private readonly string name;
87
88 [global::Cpp2ILInjected.Token(Token = "0x40000AF")]
89 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
90 private readonly string macName;
91
92 [global::Cpp2ILInjected.Token(Token = "0x40000B0")]
93 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
95
96 [global::Cpp2ILInjected.Token(Token = "0x40000B1")]
97 public static readonly KeyInfo[] KeyList;
98 }
99}
class f__AnonymousType0<< Count > j__TPar
Key
Definition Key.cs:8
KeyInfo(Key key, string name, string macName, params KeyCode[] keyCodes)
Definition KeyInfo.cs:22
KeyInfo(Key key, string name, params KeyCode[] keyCodes)
Definition KeyInfo.cs:14
readonly KeyCode[] keyCodes
Definition KeyInfo.cs:94
static readonly KeyInfo[] KeyList
Definition KeyInfo.cs:97
readonly string macName
Definition KeyInfo.cs:90
readonly string name
Definition KeyInfo.cs:86
readonly Key key
Definition KeyInfo.cs:82
static KeyInfo()
Definition KeyInfo.cs:75