Terraria v1.4.4.9
Terraria source code documentation
|
Static Package Functions | |
static bool | TryReadReverseQuoted (string data, int index, bool permitUnicode, out int outIndex, bool throwExceptionIfFail) |
static bool | TryReadReverseUnQuoted (string data, int index, bool permitUnicode, bool expectCommaDelimiter, out int outIndex, bool throwExceptionIfFail) |
Static Private Member Functions | |
static bool | IsValidQtext (bool allowUnicode, char ch) |
Definition at line 5 of file QuotedStringFormatReader.cs.