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

◆ ContentType

Enumerator
Standard 
Autocorrected 
IntegerNumber 
DecimalNumber 
Alphanumeric 
Name 
EmailAddress 
Password 
Pin 
Custom 

Definition at line 2551 of file InputField.cs.

2552 {
2553 // Token: 0x040000FF RID: 255
2554 Standard,
2555 // Token: 0x04000100 RID: 256
2557 // Token: 0x04000101 RID: 257
2559 // Token: 0x04000102 RID: 258
2561 // Token: 0x04000103 RID: 259
2563 // Token: 0x04000104 RID: 260
2564 Name,
2565 // Token: 0x04000105 RID: 261
2567 // Token: 0x04000106 RID: 262
2568 Password,
2569 // Token: 0x04000107 RID: 263
2570 Pin,
2571 // Token: 0x04000108 RID: 264
2572 Custom
2573 }