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
)
inline
static
Definition at line
196
of file
UIntPtr.cs
.
197
{
198
return
(
UIntPtr
)((
byte
*)
pointer
._value -
offset
);
199
}
System.ExceptionArgument.offset
@ offset
System.ExceptionArgument.pointer
@ pointer
System.UIntPtr.UIntPtr
unsafe UIntPtr(uint value)
Definition
UIntPtr.cs:67
References
System.offset
, and
System.pointer
.
System
UIntPtr
Generated by
1.10.0