From 3a7365bdacd53fd7beb68b8d228e547086dabc64 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Sat, 2 Nov 2019 20:24:12 -0500 Subject: [PATCH] Created Functions (markdown) --- Functions.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Functions.md diff --git a/Functions.md b/Functions.md new file mode 100644 index 0000000..26de594 --- /dev/null +++ b/Functions.md @@ -0,0 +1,11 @@ +Inside of scripts you can have functions, these functions consist of a `type` and all of the inputs and outputs specific to that function. + +Here is an example of the `downloadFile` function, for more details, click on the function you want in the sidebar +```json +{ + "type": "downloadFile", + "file": "https://github.com/Universal-Team/extras/raw/master/builds/LeafEdit/LeafEdit.3dsx", + "output": "sdmc:/LeafEdit.3dsx", + "message": "Downloading LeafEdit.3dsx" +} +``` \ No newline at end of file