Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
bool | TrySplitTimeSpan (ReadOnlySpan< byte > source, bool periodUsedToSeparateDay, out int bytesConsumed) |
Public Attributes | |
uint | V1 |
uint | V2 |
uint | V3 |
uint | V4 |
uint | V5 |
bool | IsNegative |
uint | Separators |
Static Private Member Functions | |
static ComponentParseResult | ParseComponent (ReadOnlySpan< byte > source, bool neverParseAsFraction, ref int srcIndex, out uint value) |
Definition at line 22 of file Utf8Parser.cs.