Skip to content

Commit

Permalink
UI manual
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaaad committed Sep 3, 2024
1 parent 4cf6acc commit 1bb82c3
Show file tree
Hide file tree
Showing 11 changed files with 395 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/en/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,10 @@
"path": "/manuals/editor-scripts",
"name": "Editor scripts"
},
{
"path": "/manuals/editor-scripts-ui",
"name": "Editor scripts: UI"
},
{
"path": "/manuals/debugging-game-logic/#running-the-debugger",
"name": "Debugger"
Expand Down
390 changes: 390 additions & 0 deletions docs/en/manuals/editor-scripts-ui.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/en/manuals/editor-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ You can interact with the editor using `editor` package that defines this API:
- `editor.execute(cmd, [...args], [options])` — run a shell command, optionally capturing its output.
- `editor.save()` — persist all unsaved changed to disk.
- `editor.transact(txs)` — modify the editor in-memory state using 1 or more transaction steps created with `editor.tx.*` functions.
- `editor.ui.*` — various UI-related functions, see [UI manual](/manuals/editor-scripts-ui).

## Commands

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1bb82c3

Please sign in to comment.