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