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
Disabled 
Never 
Less 
Equal 
LessEqual 
Greater 
NotEqual 
GreaterEqual 
Always 

Definition at line 9 of file CompareFunction.cs.

10 {
11 [global::Cpp2ILInjected.Token(Token = "0x4000455")]
12 Disabled,
13 [global::Cpp2ILInjected.Token(Token = "0x4000456")]
14 Never,
15 [global::Cpp2ILInjected.Token(Token = "0x4000457")]
16 Less,
17 [global::Cpp2ILInjected.Token(Token = "0x4000458")]
18 Equal,
19 [global::Cpp2ILInjected.Token(Token = "0x4000459")]
20 LessEqual,
21 [global::Cpp2ILInjected.Token(Token = "0x400045A")]
22 Greater,
23 [global::Cpp2ILInjected.Token(Token = "0x400045B")]
24 NotEqual,
25 [global::Cpp2ILInjected.Token(Token = "0x400045C")]
26 GreaterEqual,
27 [global::Cpp2ILInjected.Token(Token = "0x400045D")]
28 Always
29 }