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

Enumerator
None 
IgnoreCase 
IgnoreNonSpace 
IgnoreSymbols 
IgnoreKanaType 
IgnoreWidth 
OrdinalIgnoreCase 
StringSort 
Ordinal 

Definition at line 8 of file CompareOptions.cs.

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 }