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

◆ MaskedTextResultHint

Enumerator
Unknown 
CharacterEscaped 
NoEffect 
SideEffect 
Success 
AsciiCharacterExpected 
AlphanumericCharacterExpected 
DigitExpected 
LetterExpected 
SignedDigitExpected 
InvalidInput 
PromptCharNotAllowed 
UnavailableEditPosition 
NonEditPosition 
PositionOutOfRange 

Definition at line 7 of file MaskedTextResultHint.cs.

8 {
9 [global::Cpp2ILInjected.Token(Token = "0x4001287")]
10 Unknown,
11 [global::Cpp2ILInjected.Token(Token = "0x4001288")]
13 [global::Cpp2ILInjected.Token(Token = "0x4001289")]
15 [global::Cpp2ILInjected.Token(Token = "0x400128A")]
17 [global::Cpp2ILInjected.Token(Token = "0x400128B")]
18 Success,
19 [global::Cpp2ILInjected.Token(Token = "0x400128C")]
21 [global::Cpp2ILInjected.Token(Token = "0x400128D")]
23 [global::Cpp2ILInjected.Token(Token = "0x400128E")]
24 DigitExpected = -3,
25 [global::Cpp2ILInjected.Token(Token = "0x400128F")]
26 LetterExpected = -4,
27 [global::Cpp2ILInjected.Token(Token = "0x4001290")]
29 [global::Cpp2ILInjected.Token(Token = "0x4001291")]
30 InvalidInput = -51,
31 [global::Cpp2ILInjected.Token(Token = "0x4001292")]
33 [global::Cpp2ILInjected.Token(Token = "0x4001293")]
35 [global::Cpp2ILInjected.Token(Token = "0x4001294")]
36 NonEditPosition = -54,
37 [global::Cpp2ILInjected.Token(Token = "0x4001295")]
39 }