Terraria v1.4.4.9
Terraria source code documentation
|
Static Package Functions | |
static unsafe IntPtr | ConvertToNative (int flags, string strManaged, IntPtr pNativeBuffer) |
static unsafe string | ConvertToManaged (IntPtr cstr) |
static void | ClearNative (IntPtr pNative) |
static unsafe void | ConvertFixedToNative (int flags, string strManaged, IntPtr pNativeBuffer, int length) |
static unsafe string | ConvertFixedToManaged (IntPtr cstr, int length) |
Definition at line 5 of file CSTRMarshaler.cs.