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

◆ ReadInt16() [1/3]

static short System.Runtime.InteropServices.Marshal.ReadInt16 ( IntPtr ptr)
inlinestatic

Definition at line 949 of file Marshal.cs.

950 {
951 return ReadInt16(ptr, 0);
952 }
static short ReadInt16(object ptr, int ofs)
Definition Marshal.cs:54

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