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

◆ LinkedControlType

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

Definition at line 170 of file GUIControllerInputButton.cs.

171 {
172 [global::Cpp2ILInjected.Token(Token = "0x400052F")]
173 Action1,
174 [global::Cpp2ILInjected.Token(Token = "0x4000530")]
175 Action2,
176 [global::Cpp2ILInjected.Token(Token = "0x4000531")]
177 Action3,
178 [global::Cpp2ILInjected.Token(Token = "0x4000532")]
179 Action4,
180 [global::Cpp2ILInjected.Token(Token = "0x4000533")]
181 LB,
182 [global::Cpp2ILInjected.Token(Token = "0x4000534")]
183 RB,
184 [global::Cpp2ILInjected.Token(Token = "0x4000535")]
185 LT,
186 [global::Cpp2ILInjected.Token(Token = "0x4000536")]
187 RT,
188 [global::Cpp2ILInjected.Token(Token = "0x4000537")]
189 View,
190 [global::Cpp2ILInjected.Token(Token = "0x4000538")]
191 Options,
192 [global::Cpp2ILInjected.Token(Token = "0x4000539")]
193 LeftStick,
194 [global::Cpp2ILInjected.Token(Token = "0x400053A")]
196 }