terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ CompareFunction

Enumerator
Always 
Never 
Less 
LessEqual 
Equal 
GreaterEqual 
Greater 
NotEqual 

Definition at line 6 of file CompareFunction.cs.

7 {
8 // Token: 0x040026E8 RID: 9960
9 Always,
10 // Token: 0x040026E9 RID: 9961
11 Never,
12 // Token: 0x040026EA RID: 9962
13 Less,
14 // Token: 0x040026EB RID: 9963
16 // Token: 0x040026EC RID: 9964
17 Equal,
18 // Token: 0x040026ED RID: 9965
20 // Token: 0x040026EE RID: 9966
21 Greater,
22 // Token: 0x040026EF RID: 9967
24 }