pureikyubu/build/Data/Json/UIJdi.json
2023-08-15 08:40:45 +03:00

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"
}
}
}