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

◆ CharacterValidation

Enumerator
None 
Integer 
Decimal 
Alphanumeric 
Name 
EmailAddress 

Definition at line 3196 of file InputField.cs.

3197 {
3198 [global::Cpp2ILInjected.Token(Token = "0x400010E")]
3199 None,
3200 [global::Cpp2ILInjected.Token(Token = "0x400010F")]
3201 Integer,
3202 [global::Cpp2ILInjected.Token(Token = "0x4000110")]
3203 Decimal,
3204 [global::Cpp2ILInjected.Token(Token = "0x4000111")]
3206 [global::Cpp2ILInjected.Token(Token = "0x4000112")]
3207 Name,
3208 [global::Cpp2ILInjected.Token(Token = "0x4000113")]
3210 }