Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override EncoderFallbackBuffer | CreateFallbackBuffer () |
Package Functions | |
CharEntityEncoderFallback () | |
void | Reset (int[] textContentMarks, int endMarkPos) |
bool | CanReplaceAt (int index) |
Properties | |
override int | MaxCharCount [get] |
int | StartOffset [set] |
static EncoderFallback | ReplacementFallback [get] |
static EncoderFallback | ExceptionFallback [get] |
Private Attributes | |
CharEntityEncoderFallbackBuffer | _fallbackBuffer |
int[] | _textContentMarks |
int | _endMarkPos |
int | _curMarkPos |
int | _startOffset |
Definition at line 5 of file CharEntityEncoderFallback.cs.