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
PlayerActions.cs
Go to the documentation of this file.
1using System;
4using InControl;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000006")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000019")]
12 [global::Cpp2ILInjected.Address(RVA = "0x198D4BC", Offset = "0x198D4BC", Length = "0x1B4")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PlayerActions), Member = "CreateWithKeyboardBindings", ReturnType = typeof(PlayerActions))]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PlayerActions), Member = "CreateWithJoystickBindings", ReturnType = typeof(PlayerActions))]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PlayerActionSet), Member = ".ctor", ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PlayerActionSet), Member = "CreatePlayerAction", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(PlayerAction))]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PlayerActionSet), Member = "CreateTwoAxisPlayerAction", MemberParameters = new object[]
19 {
24 }, ReturnType = typeof(PlayerTwoAxisAction))]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
27 {
28 throw null;
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x600001A")]
32 [global::Cpp2ILInjected.Address(RVA = "0x198D670", Offset = "0x198D670", Length = "0x1A4")]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PlayerManager), Member = "OnEnable", ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PlayerActions), Member = ".ctor", ReturnType = typeof(void))]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PlayerAction), Member = "AddDefaultBinding", MemberParameters = new object[] { typeof(Key[]) }, ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
39 {
40 throw null;
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x600001B")]
44 [global::Cpp2ILInjected.Address(RVA = "0x198D814", Offset = "0x198D814", Length = "0x110")]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PlayerManager), Member = "OnEnable", ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PlayerManager), Member = "CreatePlayer", MemberParameters = new object[] { typeof(InputDevice) }, ReturnType = typeof(Player))]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PlayerActions), Member = ".ctor", ReturnType = typeof(void))]
49 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PlayerAction), Member = "AddDefaultBinding", MemberParameters = new object[] { typeof(InputControlType) }, ReturnType = typeof(void))]
50 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
52 {
53 throw null;
54 }
55
56 [global::Cpp2ILInjected.Token(Token = "0x400000D")]
57 [global::Cpp2ILInjected.FieldOffset(Offset = "0xA0")]
59
60 [global::Cpp2ILInjected.Token(Token = "0x400000E")]
61 [global::Cpp2ILInjected.FieldOffset(Offset = "0xA8")]
63
64 [global::Cpp2ILInjected.Token(Token = "0x400000F")]
65 [global::Cpp2ILInjected.FieldOffset(Offset = "0xB0")]
67
68 [global::Cpp2ILInjected.Token(Token = "0x4000010")]
69 [global::Cpp2ILInjected.FieldOffset(Offset = "0xB8")]
71
72 [global::Cpp2ILInjected.Token(Token = "0x4000011")]
73 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC0")]
75
76 [global::Cpp2ILInjected.Token(Token = "0x4000012")]
77 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC8")]
79
80 [global::Cpp2ILInjected.Token(Token = "0x4000013")]
81 [global::Cpp2ILInjected.FieldOffset(Offset = "0xD0")]
83
84 [global::Cpp2ILInjected.Token(Token = "0x4000014")]
85 [global::Cpp2ILInjected.FieldOffset(Offset = "0xD8")]
87
88 [global::Cpp2ILInjected.Token(Token = "0x4000015")]
89 [global::Cpp2ILInjected.FieldOffset(Offset = "0xE0")]
91 }
92}
class f__AnonymousType0<< Count > j__TPar
static PlayerActions CreateWithKeyboardBindings()
static PlayerActions CreateWithJoystickBindings()
Key
Definition Key.cs:8