Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ToUInt64()

unsafe ulong System.UIntPtr.ToUInt64 ( )
inline

Definition at line 124 of file UIntPtr.cs.

125 {
126 return (ulong)_value;
127 }
unsafe readonly void * _value
Definition UIntPtr.cs:16

References System.UIntPtr._value.

Referenced by System.UIntPtr.GetObjectData().