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

◆ InitBlock() [1/2]

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

Definition at line 125 of file Unsafe.cs.

126 {
127 // IL initblk instruction
128 Unsafe.InitBlock(ref startAddress, value, byteCount);
129 }

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