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

◆ ShoulderButtonControl

Enumerator
LB 
RB 
LT 
RT 
View 
Options 

Definition at line 199 of file GUIControllerInputButton.cs.

200 {
201 [global::Cpp2ILInjected.Token(Token = "0x400053C")]
202 LB,
203 [global::Cpp2ILInjected.Token(Token = "0x400053D")]
204 RB,
205 [global::Cpp2ILInjected.Token(Token = "0x400053E")]
206 LT,
207 [global::Cpp2ILInjected.Token(Token = "0x400053F")]
208 RT,
209 [global::Cpp2ILInjected.Token(Token = "0x4000540")]
210 View,
211 [global::Cpp2ILInjected.Token(Token = "0x4000541")]
212 Options
213 }