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

◆ operator-() [1/5]

static unsafe IntPtr System.IntPtr.operator- ( IntPtr pointer,
int offset )
inlinestatic

Definition at line 203 of file IntPtr.cs.

204 {
205 return (nint)((byte*)pointer._value - offset);
206 }

References System.offset, and System.pointer.