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

Go to the source code of this file.

Namespaces

namespace  System
 

Enumerations

enum  System.TokenType {
  System.NumberToken = 1 , System.YearNumberToken , System.Am , System.Pm ,
  System.MonthToken , System.EndOfString , System.DayOfWeekToken , System.TimeZoneToken ,
  System.EraToken , System.DateWordToken , System.UnknownToken , System.HebrewNumber ,
  System.JapaneseEraToken , System.TEraToken , System.IgnorableSymbol , System.SEP_Unk = 256 ,
  System.SEP_End = 512 , System.SEP_Space = 768 , System.SEP_Am = 1024 , System.SEP_Pm = 1280 ,
  System.SEP_Date = 1536 , System.SEP_Time = 1792 , System.SEP_YearSuff = 2048 , System.SEP_MonthSuff = 2304 ,
  System.SEP_DaySuff = 2560 , System.SEP_HourSuff = 2816 , System.SEP_MinuteSuff = 3072 , System.SEP_SecondSuff = 3328 ,
  System.SEP_LocalTimeMark = 3584 , System.SEP_DateOrOffset = 3840 , System.RegularTokenMask = 255 , System.SeparatorTokenMask = 65280
}