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

◆ ReadInt32() [1/3]

static int System.Runtime.InteropServices.Marshal.ReadInt32 ( IntPtr ptr)
inlinestatic

Definition at line 971 of file Marshal.cs.

972 {
973 return ReadInt32(ptr, 0);
974 }
static int ReadInt32(object ptr, int ofs)
Definition Marshal.cs:59

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