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

◆ WriteByte() [1/3]

static void System.Runtime.InteropServices.Marshal.WriteByte ( IntPtr ptr,
byte val )
inlinestatic

Definition at line 1026 of file Marshal.cs.

1027 {
1028 WriteByte(ptr, 0, val);
1029 }
static void WriteByte(object ptr, int ofs, byte val)
Definition Marshal.cs:89

References System.Runtime.InteropServices.Marshal.WriteByte().