terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Static Package Functions | |
static byte[] | GetBytes (int value) |
static byte[] | GetBytes (long value) |
static int | ToInt32 (byte[] value, int startIndex) |
static ushort | ToUInt16 (byte[] value, int startIndex) |
static uint | ToUInt32 (byte[] value, int startIndex) |
static byte[] | GetBytes (int value) |
static byte[] | GetBytes (float value) |
static byte[] | GetBytes (double value) |
static float | ToSingle (byte[] value, int startIndex) |
static double | ToDouble (byte[] value, int startIndex) |
Static Private Member Functions | |
static unsafe byte[] | GetUIntBytes (byte *bytes) |
static unsafe byte[] | GetULongBytes (byte *bytes) |
static unsafe void | UShortFromBytes (byte *dst, byte[] src, int startIndex) |
static unsafe void | UIntFromBytes (byte *dst, byte[] src, int startIndex) |
static unsafe byte[] | GetUIntBytes (byte *bytes) |
static unsafe byte[] | GetULongBytes (byte *bytes) |
static unsafe void | UIntFromBytes (byte *dst, byte[] src, int startIndex) |
static unsafe void | ULongFromBytes (byte *dst, byte[] src, int startIndex) |
Definition at line 7 of file BitConverterLE.cs.