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
CompareOptions.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::System.Flags]
7 [global::Cpp2ILInjected.Token(Token = "0x2000583")]
8 public enum CompareOptions
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x40016C4")]
11 None = 0,
12 [global::Cpp2ILInjected.Token(Token = "0x40016C5")]
13 IgnoreCase = 1,
14 [global::Cpp2ILInjected.Token(Token = "0x40016C6")]
16 [global::Cpp2ILInjected.Token(Token = "0x40016C7")]
17 IgnoreSymbols = 4,
18 [global::Cpp2ILInjected.Token(Token = "0x40016C8")]
20 [global::Cpp2ILInjected.Token(Token = "0x40016C9")]
21 IgnoreWidth = 16,
22 [global::Cpp2ILInjected.Token(Token = "0x40016CA")]
23 OrdinalIgnoreCase = 268435456,
24 [global::Cpp2ILInjected.Token(Token = "0x40016CB")]
25 StringSort = 536870912,
26 [global::Cpp2ILInjected.Token(Token = "0x40016CC")]
27 Ordinal = 1073741824
28 }
29}