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

◆ Int32View

Definition at line 39 of file Vector64DebugView.cs.

40 {
41 get
42 {
43 int[] array = new int[2];
44 Unsafe.WriteUnaligned(ref Unsafe.As<int, byte>(ref array[0]), _value);
45 return array;
46 }
47 }