undo
Rolls back the most recent edit in the editor and returns the resulting rollback/redo state to confirm whether the action succeeded.
Instructions
Undo the last edit in the editor. Returns whether anything was undone plus the resulting { canUndo, canRedo } state. Use this to roll back a change you just made. When NOT to use: to switch scenes (use load_scene).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||