terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
TimeSpanToken (TimeSpanParse.TTT type) | |
TimeSpanToken (int number) | |
TimeSpanToken (int number, int leadingZeroes) | |
TimeSpanToken (TimeSpanParse.TTT type, int number, int leadingZeroes, global::System.ReadOnlySpan< char > separator) | |
bool | IsInvalidFraction () |
Package Attributes | |
TimeSpanParse.TTT | _ttt |
int | _num |
int | _zeroes |
global::System.ReadOnlySpan< char > | _sep |
Definition at line 672 of file TimeSpanParse.cs.