add_node
Add a new node to a Godot scene by defining its type, optional name, and parent. Useful for dynamically extending the scene tree at runtime.
Instructions
Add a new node to the scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| type | Yes | ||
| parent | No |