Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
void | NextChar () |
char | NextNonDigit () |
bool | TryParse (ReadOnlySpan< char > input, ref TimeSpanResult result) |
bool | ParseInt (int max, out int i, ref TimeSpanResult result) |
bool | ParseTime (out long time, ref TimeSpanResult result) |
void | SkipBlanks () |
Private Attributes | |
ReadOnlySpan< char > | _str |
char | _ch |
int | _pos |
int | _len |
Definition at line 506 of file TimeSpanParse.cs.