feat: add initial People Playground mod development kit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/NativeFileDialog.html
|
||||
Title: People Playground Modding - nfd.NativeFileDialog
|
||||
==================================================
|
||||
|
||||
public static class NativeFileDialog
|
||||
No description provided
|
||||
Methods
|
||||
public static NfdResult OpenDialog( string filterList, string defaultPath, out string outPath
|
||||
)
|
||||
No description provided
|
||||
|
||||
public static NfdResult OpenDialogMultiple( string filterList, string defaultPath, out string[] outPaths
|
||||
)
|
||||
No description provided
|
||||
|
||||
public static NfdResult SaveDialog( string filterList, string defaultPath, out string outPath
|
||||
)
|
||||
No description provided
|
||||
|
||||
public static NfdResult PickFolder( string defaultPath, out string outPath
|
||||
)
|
||||
No description provided
|
||||
|
||||
public static string GetError()
|
||||
No description provided
|
||||
Reference in New Issue
Block a user