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

◆ RestrictionFlags

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

Definition at line 7 of file RestrictionFlags.cs.

8 {
9 // Token: 0x04000453 RID: 1107
10 Length = 1,
11 // Token: 0x04000454 RID: 1108
12 MinLength = 2,
13 // Token: 0x04000455 RID: 1109
14 MaxLength = 4,
15 // Token: 0x04000456 RID: 1110
16 Pattern = 8,
17 // Token: 0x04000457 RID: 1111
18 Enumeration = 16,
19 // Token: 0x04000458 RID: 1112
20 WhiteSpace = 32,
21 // Token: 0x04000459 RID: 1113
22 MaxInclusive = 64,
23 // Token: 0x0400045A RID: 1114
24 MaxExclusive = 128,
25 // Token: 0x0400045B RID: 1115
26 MinInclusive = 256,
27 // Token: 0x0400045C RID: 1116
28 MinExclusive = 512,
29 // Token: 0x0400045D RID: 1117
30 TotalDigits = 1024,
31 // Token: 0x0400045E RID: 1118
32 FractionDigits = 2048
33 }