Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Add()
static
UIntPtr
System.UIntPtr.Add
(
UIntPtr
pointer
,
int
offset
)
inline
static
Definition at line
178
of file
UIntPtr.cs
.
179
{
180
return
pointer
+
offset
;
181
}
System.ExceptionArgument.offset
@ offset
System.ExceptionArgument.pointer
@ pointer
References
System.offset
, and
System.pointer
.
System
UIntPtr
Generated by
1.10.0