terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
PlayerActions.cs
Go to the documentation of this file.
1using System;
3using InControl;
4
6{
7 // Token: 0x02000006 RID: 6
9 {
10 // Token: 0x06000019 RID: 25 RVA: 0x000026A4 File Offset: 0x000008A4
12 {
13 PlayerAction playerAction = base.CreatePlayerAction("Green");
15 PlayerAction playerAction2 = base.CreatePlayerAction("Red");
17 PlayerAction playerAction3 = base.CreatePlayerAction("Blue");
19 PlayerAction playerAction4 = base.CreatePlayerAction("Yellow");
21 PlayerAction playerAction5 = base.CreatePlayerAction("Left");
23 PlayerAction playerAction6 = base.CreatePlayerAction("Right");
25 PlayerAction playerAction7 = base.CreatePlayerAction("Up");
27 PlayerAction playerAction8 = base.CreatePlayerAction("Down");
28 PlayerAction left = this.Left;
29 PlayerAction right = this.Right;
30 PlayerAction up = this.Up;
32 PlayerTwoAxisAction playerTwoAxisAction = base.CreateTwoAxisPlayerAction(left, right, playerAction8, up);
34 }
35
36 // Token: 0x0600001A RID: 26 RVA: 0x00002295 File Offset: 0x00000495
38 {
39 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
40 }
41
42 // Token: 0x0600001B RID: 27 RVA: 0x00002295 File Offset: 0x00000495
44 {
45 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
46 }
47
48 // Token: 0x0400000D RID: 13
50
51 // Token: 0x0400000E RID: 14
53
54 // Token: 0x0400000F RID: 15
56
57 // Token: 0x04000010 RID: 16
59
60 // Token: 0x04000011 RID: 17
62
63 // Token: 0x04000012 RID: 18
65
66 // Token: 0x04000013 RID: 19
68
69 // Token: 0x04000014 RID: 20
71
72 // Token: 0x04000015 RID: 21
74 }
75}
class f__AnonymousType0<< Count > j__TPar
static PlayerActions CreateWithKeyboardBindings()
static PlayerActions CreateWithJoystickBindings()