mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-06 16:49:11 +00:00
Created timeMsg (markdown)
+13
@@ -0,0 +1,13 @@
|
|||||||
|
The `timeMsg` function has 2 parameters.
|
||||||
|
|
||||||
|
- `seconds` -> The time in seconds to show the message for
|
||||||
|
- `message` -> The message to show
|
||||||
|
|
||||||
|
Example:
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"type": "timeMsg",
|
||||||
|
"seconds": 3,
|
||||||
|
"message": "App will be booted in 3 seconds!"
|
||||||
|
}
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user