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.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200039C RID: 924
6 public enum CompareFunction
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 }
25}