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 Public Member Functions | |
static int | ByteLength (global::System.Array array) |
static void | BlockCopy (global::System.Array src, int srcOffset, global::System.Array dst, int dstOffset, int count) |
static unsafe void | MemoryCopy (void *source, void *destination, long destinationSizeInBytes, long sourceBytesToCopy) |
Package Functions | |
static bool | InternalBlockCopy (global::System.Array src, int srcOffsetBytes, global::System.Array dst, int dstOffsetBytes, int byteCount) |
static unsafe void | InternalMemcpy (byte *dest, byte *src, int count) |
Static Package Functions | |
static unsafe int | IndexOfByte (byte *src, byte value, int index, int count) |
static unsafe void | ZeroMemory (byte *src, long len) |
static unsafe void | Memcpy (byte *pDest, int destIndex, byte[] src, int srcIndex, int len) |
static unsafe void | memcpy4 (byte *dest, byte *src, int size) |
static unsafe void | memcpy2 (byte *dest, byte *src, int size) |
static unsafe void | Memcpy (byte *dest, byte *src, int len, bool useICall=true) |
static unsafe void | Memmove (byte *dest, byte *src, uint len) |
static unsafe void | Memmove< T > (ref T destination, ref T source, ulong elementCount) |
Private Member Functions | |
static int | _ByteLength (global::System.Array array) |
Static Private Member Functions | |
static unsafe void | memcpy1 (byte *dest, byte *src, int size) |