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.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::Cpp2ILInjected.Token(Token = "0x200039C")]
7 public enum CompareFunction
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 }
26}