tModLoader v2022.09
A mod to make and play Terraria mods
nativefiledialog Class Reference

Classes

struct  nfdpathset_t
 

Public Types

enum  nfdresult_t { NFD_ERROR , NFD_OKAY , NFD_CANCEL }
 

Public Member Functions

static void NFD_PathSet_Free (ref nfdpathset_t pathset)
 
static IntPtr NFD_PathSet_GetCount (ref nfdpathset_t pathset)
 

Static Public Member Functions

static string NFD_GetError ()
 
static unsafe nfdresult_t NFD_OpenDialog (string filterList, string defaultPath, out string outPath)
 
static unsafe nfdresult_t NFD_OpenDialogMultiple (string filterList, string defaultPath, out nfdpathset_t outPaths)
 
static string NFD_PathSet_GetPath (ref nfdpathset_t pathset, IntPtr index)
 
static unsafe nfdresult_t NFD_PickFolder (string defaultPath, out string outPath)
 
static unsafe nfdresult_t NFD_SaveDialog (string filterList, string defaultPath, out string outPath)