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

◆ InitBlockUnaligned() [1/2]

static void System.Runtime.CompilerServices.Unsafe.InitBlockUnaligned ( ref byte startAddress,
byte value,
uint byteCount )
inlinestatic

Definition at line 141 of file Unsafe.cs.

142 {
143 // IL initblk instruction
144 Unsafe.InitBlockUnaligned(ref startAddress, value, byteCount);
145 }

References System.byteCount, System.Runtime.CompilerServices.Unsafe.InitBlockUnaligned(), and System.value.