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

◆ CompareFunction

Enumerator
Always 
Never 
Less 
LessEqual 
Equal 
GreaterEqual 
Greater 
NotEqual 

Definition at line 7 of file CompareFunction.cs.

8 {
9 [global::Cpp2ILInjected.Token(Token = "0x40026E8")]
10 Always,
11 [global::Cpp2ILInjected.Token(Token = "0x40026E9")]
12 Never,
13 [global::Cpp2ILInjected.Token(Token = "0x40026EA")]
14 Less,
15 [global::Cpp2ILInjected.Token(Token = "0x40026EB")]
17 [global::Cpp2ILInjected.Token(Token = "0x40026EC")]
18 Equal,
19 [global::Cpp2ILInjected.Token(Token = "0x40026ED")]
21 [global::Cpp2ILInjected.Token(Token = "0x40026EE")]
22 Greater,
23 [global::Cpp2ILInjected.Token(Token = "0x40026EF")]
25 }