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

◆ GamePadType

Enumerator
Unknown 
GamePad 
Wheel 
ArcadeStick 
FlightStick 
DancePad 
Guitar 
AlternateGuitar 
DrumKit 
BigButtonPad 

Definition at line 7 of file GamePadType.cs.

8 {
9 [global::Cpp2ILInjected.Token(Token = "0x4002316")]
10 Unknown,
11 [global::Cpp2ILInjected.Token(Token = "0x4002317")]
12 GamePad,
13 [global::Cpp2ILInjected.Token(Token = "0x4002318")]
14 Wheel,
15 [global::Cpp2ILInjected.Token(Token = "0x4002319")]
17 [global::Cpp2ILInjected.Token(Token = "0x400231A")]
18 FlightStick,
19 [global::Cpp2ILInjected.Token(Token = "0x400231B")]
21 [global::Cpp2ILInjected.Token(Token = "0x400231C")]
22 Guitar,
23 [global::Cpp2ILInjected.Token(Token = "0x400231D")]
25 [global::Cpp2ILInjected.Token(Token = "0x400231E")]
26 DrumKit,
27 [global::Cpp2ILInjected.Token(Token = "0x400231F")]
28 BigButtonPad = 768
29 }