Editor Transaction
editor_transactionApply validated compound scene edits as a single transaction, enabling atomic Godot scene modifications with undo and save.
Instructions
Apply one validated compound scene e…
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable undo action name | |
| save | No | Save and independently reopen/read t… | |
| rootType | No | Root node type when creating a missi… | |
| focusPath | No | Node to reveal after commit | |
| scenePath | Yes | Project-relative or res:// scene path | |
| operations | Yes | Ordered editor-native scene operatio… | |
| projectPath | Yes | Godot project path whose editor is a… |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| meta | Yes | ||
| error | No |