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
|
Package Types | |
enum | WrapScanMode { Space , NewLine , Word , None } |
Static Package Functions | |
static bool | IsCultureSupported (CultureInfo culture) |
static bool | IsIgnoredCharacter (char character) |
static bool | CanBreakBetween (char previousChar, char nextChar, CultureInfo culture) |
static StringReaderWrapExtension.WrapScanMode | GetModeForCharacter (char character) |
static string | ReadUntilBreakable (this StringReader reader, CultureInfo culture) |
Static Private Member Functions | |
static | StringReaderWrapExtension () |
Static Private Attributes | |
static readonly HashSet< char > | InvalidCharactersForLineStart |
static readonly HashSet< char > | InvalidCharactersForLineEnd |
static readonly CultureInfo[] | SupportedCultures |
static readonly CultureInfo | SimplifiedChinese |
Definition at line 13 of file StringReaderWrapExtension.cs.