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

◆ Write< T >() [2/2]

static unsafe void Internal.Runtime.CompilerServices.Unsafe.Write< T > ( void * destination,
T value )
inlinestatic

Definition at line 178 of file Unsafe.cs.

179 {
180 As<byte, T>(ref *(byte*)destination) = value;
181 }

References System.destination, and System.value.