Add nodes to scene
node_addAdd one or more nodes to a Godot scene in a single save, batching related nodes together to minimize scene rewrites.
Instructions
Add one or more nodes to a scene in a single save. Batch related nodes together — each call reloads and rewrites the scene file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Save even if script references would be lost. Only use when that is intended. | |
| nodes | Yes | Nodes to add, applied in order so a later node can target an earlier one. | |
| scene | Yes | Scene to modify. | |
| project | No | Godot project folder (the one with project.godot). Optional if the server was started with --project. |