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 ref T | Add< T > (ref T source, int elementOffset) |
static ref T | Add< T > (ref T source, global::System.IntPtr elementOffset) |
static unsafe void * | Add< T > (void *source, int elementOffset) |
static ref T | AddByteOffset< T > (ref T source, global::System.IntPtr byteOffset) |
static bool | AreSame< T > (ref T left, ref T right) |
static T | As< T > (object o) |
static ref TTo | As< TFrom, TTo > (ref TFrom source) |
static unsafe void * | AsPointer< T > (ref T value) |
static unsafe ref T | AsRef< T > (void *source) |
static ref T | AsRef< T > (in T source) |
static void | InitBlockUnaligned (ref byte startAddress, byte value, uint byteCount) |
static unsafe T | Read< T > (void *source) |
static T | ReadUnaligned< T > (ref byte source) |
static int | SizeOf< T > () |
static void | WriteUnaligned< T > (ref byte destination, T value) |
static bool | IsAddressLessThan< T > (ref T left, ref T right) |
Static Package Functions | |
static unsafe ref T | AddByteOffset< T > (ref T source, ulong byteOffset) |