Terraria v1.4.4.9
Terraria source code documentation
|
This is the complete list of members for nativefiledialog, including all inherited members.
free(IntPtr ptr) | nativefiledialog | private |
INTERNAL_NFD_GetError() | nativefiledialog | private |
INTERNAL_NFD_OpenDialog(byte *filterList, byte *defaultPath, out IntPtr outPath) | nativefiledialog | private |
INTERNAL_NFD_OpenDialogMultiple(byte *filterList, byte *defaultPath, out nfdpathset_t outPaths) | nativefiledialog | private |
INTERNAL_NFD_PathSet_GetPath(ref nfdpathset_t pathset, IntPtr index) | nativefiledialog | private |
INTERNAL_NFD_PickFolder(byte *defaultPath, out IntPtr outPath) | nativefiledialog | private |
INTERNAL_NFD_SaveDialog(byte *filterList, byte *defaultPath, out IntPtr outPath) | nativefiledialog | private |
nativeLibName | nativefiledialog | privatestatic |
NFD_GetError() | nativefiledialog | inlinestatic |
NFD_OpenDialog(string filterList, string defaultPath, out string outPath) | nativefiledialog | inlinestatic |
NFD_OpenDialogMultiple(string filterList, string defaultPath, out nfdpathset_t outPaths) | nativefiledialog | inlinestatic |
NFD_PathSet_Free(ref nfdpathset_t pathset) | nativefiledialog | |
NFD_PathSet_GetCount(ref nfdpathset_t pathset) | nativefiledialog | |
NFD_PathSet_GetPath(ref nfdpathset_t pathset, IntPtr index) | nativefiledialog | inlinestatic |
NFD_PickFolder(string defaultPath, out string outPath) | nativefiledialog | inlinestatic |
NFD_SaveDialog(string filterList, string defaultPath, out string outPath) | nativefiledialog | inlinestatic |
nfdresult_t enum name | nativefiledialog | |
UTF8_ToManaged(IntPtr s, bool freePtr=false) | nativefiledialog | inlineprivatestatic |
Utf8EncodeNullable(string str) | nativefiledialog | inlineprivatestatic |
Utf8Size(string str) | nativefiledialog | inlineprivatestatic |