mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 08:39:05 +00:00
Created exit (markdown)
+8
@@ -0,0 +1,8 @@
|
||||
The `exit` function has no parameters. It causes the script to exit immediately, most useful in combination with [promptMessage](promptMessage) to allow for different actions depending on user input.
|
||||
|
||||
Example:
|
||||
```json
|
||||
{
|
||||
"type": "exit"
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user