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
|
Static Package Functions | |
static unsafe byte[] | GetBytes (int value) |
static unsafe byte[] | GetBytes (long value) |
static unsafe int | ToInt32 (byte[] value, int startIndex) |
static unsafe ushort | ToUInt16 (byte[] value, int startIndex) |
static unsafe uint | ToUInt32 (byte[] value, int startIndex) |
static unsafe byte[] | GetBytes (int value) |
static unsafe byte[] | GetBytes (float value) |
static unsafe byte[] | GetBytes (double value) |
static unsafe float | ToSingle (byte[] value, int startIndex) |
static unsafe 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 10 of file BitConverterLE.cs.