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

◆ ShoulderButtonControl

Enumerator
LB 
RB 
LT 
RT 
View 
Options 

Definition at line 122 of file GUIControllerInputButton.cs.

123 {
124 // Token: 0x0400053C RID: 1340
125 LB,
126 // Token: 0x0400053D RID: 1341
127 RB,
128 // Token: 0x0400053E RID: 1342
129 LT,
130 // Token: 0x0400053F RID: 1343
131 RT,
132 // Token: 0x04000540 RID: 1344
133 View,
134 // Token: 0x04000541 RID: 1345
135 Options
136 }