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

◆ ReadByte() [1/3]

static byte System.Runtime.InteropServices.Marshal.ReadByte ( IntPtr ptr)
inlinestatic

Definition at line 927 of file Marshal.cs.

928 {
929 return ReadByte(ptr, 0);
930 }
static byte ReadByte(object ptr, int ofs)
Definition Marshal.cs:49

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