mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-06 08:39:07 +00:00
Created Functions (markdown)
+11
@@ -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"
|
||||||
|
}
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user