terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Static Public Member Functions | |
static long | StringToLong (ReadOnlySpan< char > s, int radix, int flags) |
static long | StringToLong (ReadOnlySpan< char > s, int radix, int flags, int currPos) |
static int | StringToInt (ReadOnlySpan< char > s, int radix, int flags) |
static int | StringToInt (ReadOnlySpan< char > s, int radix, int flags, int currPos) |
Static Private Member Functions | |
static void | EatWhiteSpace (ReadOnlySpan< char > s, int i) |
static long | GrabLongs (int radix, ReadOnlySpan< char > s, int i, bool isUnsigned) |
static int | GrabInts (int radix, ReadOnlySpan< char > s, int i, bool isUnsigned) |
static void | ThrowOverflowInt32Exception () |
static void | ThrowOverflowInt64Exception () |
static void | ThrowOverflowUInt32Exception () |
static void | ThrowOverflowUInt64Exception () |
static bool | IsDigit (char c, int radix, [Out] int result) |
Definition at line 8 of file ParseNumbers.cs.