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

◆ EventModifiers

Enumerator
None 
Shift 
Control 
Alt 
Command 
Numeric 
CapsLock 
FunctionKey 

Definition at line 8 of file EventModifiers.cs.

9 {
10 [global::Cpp2ILInjected.Token(Token = "0x4000048")]
11 None = 0,
12 [global::Cpp2ILInjected.Token(Token = "0x4000049")]
13 Shift = 1,
14 [global::Cpp2ILInjected.Token(Token = "0x400004A")]
15 Control = 2,
16 [global::Cpp2ILInjected.Token(Token = "0x400004B")]
17 Alt = 4,
18 [global::Cpp2ILInjected.Token(Token = "0x400004C")]
19 Command = 8,
20 [global::Cpp2ILInjected.Token(Token = "0x400004D")]
21 Numeric = 16,
22 [global::Cpp2ILInjected.Token(Token = "0x400004E")]
23 CapsLock = 32,
24 [global::Cpp2ILInjected.Token(Token = "0x400004F")]
25 FunctionKey = 64
26 }