mirror of
https://github.com/emu-russia/pureikyubu.git
synced 2025-04-02 10:42:15 -04:00
37 lines
725 B
JSON
37 lines
725 B
JSON
{
|
|
"info": {
|
|
"description": "UI Jey-Dai specs.",
|
|
"helpGroup": "UI Commands"
|
|
},
|
|
|
|
"can": {
|
|
|
|
"UIError": {
|
|
"help": "Display UI error message",
|
|
"args": 1,
|
|
"hints": "<text>",
|
|
"usage": [
|
|
"Syntax: UIError <text>\n",
|
|
"Example: UIError \"Error message!\"\n"
|
|
]
|
|
},
|
|
|
|
"UIReport": {
|
|
"help": "Display UI message",
|
|
"args": 1,
|
|
"hints": "<text>",
|
|
"usage": [
|
|
"Syntax: UIReport <text>\n",
|
|
"Example: UIReport \"Hello, world!\"\n"
|
|
]
|
|
},
|
|
|
|
"GetRenderTarget": {
|
|
"internal": true,
|
|
"help": "Return UI Render Target object (example: HWND). Flipper GFX will use to output graphics",
|
|
"output": "Int"
|
|
}
|
|
|
|
}
|
|
|
|
}
|