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

◆ LinkedControlType

Enumerator
Action1 
Action2 
Action3 
Action4 
LB 
RB 
LT 
RT 
View 
Options 
LeftStick 
RightStick 

Definition at line 93 of file GUIControllerInputButton.cs.

94 {
95 // Token: 0x0400052F RID: 1327
96 Action1,
97 // Token: 0x04000530 RID: 1328
98 Action2,
99 // Token: 0x04000531 RID: 1329
100 Action3,
101 // Token: 0x04000532 RID: 1330
102 Action4,
103 // Token: 0x04000533 RID: 1331
104 LB,
105 // Token: 0x04000534 RID: 1332
106 RB,
107 // Token: 0x04000535 RID: 1333
108 LT,
109 // Token: 0x04000536 RID: 1334
110 RT,
111 // Token: 0x04000537 RID: 1335
112 View,
113 // Token: 0x04000538 RID: 1336
114 Options,
115 // Token: 0x04000539 RID: 1337
116 LeftStick,
117 // Token: 0x0400053A RID: 1338
119 }