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;
3
5{
6 // Token: 0x0200010A RID: 266
7 [NativeHeader("Runtime/GfxDevice/GfxDeviceTypes.h")]
8 public enum CompareFunction
9 {
10 // Token: 0x04000455 RID: 1109
12 // Token: 0x04000456 RID: 1110
13 Never,
14 // Token: 0x04000457 RID: 1111
15 Less,
16 // Token: 0x04000458 RID: 1112
17 Equal,
18 // Token: 0x04000459 RID: 1113
20 // Token: 0x0400045A RID: 1114
21 Greater,
22 // Token: 0x0400045B RID: 1115
24 // Token: 0x0400045C RID: 1116
26 // Token: 0x0400045D RID: 1117
27 Always
28 }
29}
class f__AnonymousType0<< Count > j__TPar