terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ IsPointerImpl()

override bool System.RuntimeType.IsPointerImpl ( )
inlineprotected

Definition at line 664 of file RuntimeType.cs.

665 {
666 return RuntimeTypeHandle.IsPointer(this);
667 }
static bool IsPointer(RuntimeType type)

References System.RuntimeTypeHandle.IsPointer().