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.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.ComponentModel
 

Enumerations

enum  System.ComponentModel.MaskedTextResultHint {
  System.ComponentModel.Unknown , System.ComponentModel.CharacterEscaped , System.ComponentModel.NoEffect , System.ComponentModel.SideEffect ,
  System.ComponentModel.Success , System.ComponentModel.AsciiCharacterExpected = -1 , System.ComponentModel.AlphanumericCharacterExpected = -2 , System.ComponentModel.DigitExpected = -3 ,
  System.ComponentModel.LetterExpected = -4 , System.ComponentModel.SignedDigitExpected = -5 , System.ComponentModel.InvalidInput = -51 , System.ComponentModel.PromptCharNotAllowed = -52 ,
  System.ComponentModel.UnavailableEditPosition = -53 , System.ComponentModel.NonEditPosition = -54 , System.ComponentModel.PositionOutOfRange = -55
}