terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Package Functions | |
void | NextChar () |
char | NextNonDigit () |
bool | TryParse (ReadOnlySpan< char > input, TimeSpanParse.TimeSpanResult result) |
bool | ParseInt (int max, [Out] int i, TimeSpanParse.TimeSpanResult result) |
bool | ParseTime ([Out] long time, TimeSpanParse.TimeSpanResult result) |
void | SkipBlanks () |
Private Attributes | |
ReadOnlySpan< char > | _str |
char | _ch |
int | _pos |
int | _len |
Definition at line 1012 of file TimeSpanParse.cs.