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

◆ RestrictionFlags

Enumerator
Length 
MinLength 
MaxLength 
Pattern 
Enumeration 
WhiteSpace 
MaxInclusive 
MaxExclusive 
MinInclusive 
MinExclusive 
TotalDigits 
FractionDigits 

Definition at line 8 of file RestrictionFlags.cs.

9 {
10 [global::Cpp2ILInjected.Token(Token = "0x4000453")]
11 Length = 1,
12 [global::Cpp2ILInjected.Token(Token = "0x4000454")]
13 MinLength = 2,
14 [global::Cpp2ILInjected.Token(Token = "0x4000455")]
15 MaxLength = 4,
16 [global::Cpp2ILInjected.Token(Token = "0x4000456")]
17 Pattern = 8,
18 [global::Cpp2ILInjected.Token(Token = "0x4000457")]
19 Enumeration = 16,
20 [global::Cpp2ILInjected.Token(Token = "0x4000458")]
21 WhiteSpace = 32,
22 [global::Cpp2ILInjected.Token(Token = "0x4000459")]
23 MaxInclusive = 64,
24 [global::Cpp2ILInjected.Token(Token = "0x400045A")]
25 MaxExclusive = 128,
26 [global::Cpp2ILInjected.Token(Token = "0x400045B")]
27 MinInclusive = 256,
28 [global::Cpp2ILInjected.Token(Token = "0x400045C")]
29 MinExclusive = 512,
30 [global::Cpp2ILInjected.Token(Token = "0x400045D")]
31 TotalDigits = 1024,
32 [global::Cpp2ILInjected.Token(Token = "0x400045E")]
33 FractionDigits = 2048
34 }