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

◆ operator-() [5/5]

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

Definition at line 196 of file UIntPtr.cs.

197 {
198 return (UIntPtr)((byte*)pointer._value - offset);
199 }
unsafe UIntPtr(uint value)
Definition UIntPtr.cs:67

References System.offset, and System.pointer.