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

◆ GetCachedPtr()

IntPtr UnityEngine.Object.GetCachedPtr ( )
inlineprivateinherited

Definition at line 74 of file Object.cs.

75 {
76 return this.m_CachedPtr;
77 }
IntPtr m_CachedPtr
Definition Object.cs:349

References UnityEngine.Object.m_CachedPtr.