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

◆ operator void *()

static unsafe System.UIntPtr.operator void * ( UIntPtr value)
inlineexplicitstatic

Definition at line 148 of file UIntPtr.cs.

149 {
150 return value._value;
151 }

References System.value.