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

◆ State

Enumerator
HaveId 
IsLocal 
IsNt 
HaveProcessInfo 
Exited 
Associated 
IsWin2k 
HaveNtProcessInfo 

Definition at line 1081 of file Process.cs.

1082 {
1083 [global::Cpp2ILInjected.Token(Token = "0x40003F0")]
1084 HaveId = 1,
1085 [global::Cpp2ILInjected.Token(Token = "0x40003F1")]
1086 IsLocal,
1087 [global::Cpp2ILInjected.Token(Token = "0x40003F2")]
1088 IsNt = 4,
1089 [global::Cpp2ILInjected.Token(Token = "0x40003F3")]
1090 HaveProcessInfo = 8,
1091 [global::Cpp2ILInjected.Token(Token = "0x40003F4")]
1092 Exited = 16,
1093 [global::Cpp2ILInjected.Token(Token = "0x40003F5")]
1094 Associated = 32,
1095 [global::Cpp2ILInjected.Token(Token = "0x40003F6")]
1096 IsWin2k = 64,
1097 [global::Cpp2ILInjected.Token(Token = "0x40003F7")]
1099 }