Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Subtract()
static
UIntPtr
System.UIntPtr.Subtract
(
UIntPtr
pointer
,
int
offset
)
inline
static
Definition at line
190
of file
UIntPtr.cs
.
191
{
192
return
pointer
-
offset
;
193
}
System.ExceptionArgument.offset
@ offset
System.ExceptionArgument.pointer
@ pointer
References
System.offset
, and
System.pointer
.
System
UIntPtr
Generated by
1.10.0