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

◆ ContentType

Enumerator
Standard 
Autocorrected 
IntegerNumber 
DecimalNumber 
Alphanumeric 
Name 
EmailAddress 
Password 
Pin 
Custom 

Definition at line 3160 of file InputField.cs.

3161 {
3162 [global::Cpp2ILInjected.Token(Token = "0x40000FF")]
3163 Standard,
3164 [global::Cpp2ILInjected.Token(Token = "0x4000100")]
3166 [global::Cpp2ILInjected.Token(Token = "0x4000101")]
3168 [global::Cpp2ILInjected.Token(Token = "0x4000102")]
3170 [global::Cpp2ILInjected.Token(Token = "0x4000103")]
3172 [global::Cpp2ILInjected.Token(Token = "0x4000104")]
3173 Name,
3174 [global::Cpp2ILInjected.Token(Token = "0x4000105")]
3176 [global::Cpp2ILInjected.Token(Token = "0x4000106")]
3177 Password,
3178 [global::Cpp2ILInjected.Token(Token = "0x4000107")]
3179 Pin,
3180 [global::Cpp2ILInjected.Token(Token = "0x4000108")]
3181 Custom
3182 }