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 191 of file IntPtr.cs.

192 {
193 return (nint)((byte*)pointer._value + offset);
194 }

References System.offset, and System.pointer.