: node spawn¶
Spawns a specific 3D node at the given position and adds it to the main scene
Usage: : node spawn [OPTIONS] <PATH>...
Arguments¶
| Name | Description | Possible values | Default |
|---|---|---|---|
<PATH> | The path of the scene, e.g. res://main.tscn |
Options¶
| Name | Description | Possible values | Default |
|---|---|---|---|
-n--name | If set, set the name of the instantiated node | ||
-p--pos | The 3D position to spawn the scene at |
Risky
This command is marked as risky, so it cannot be used in lockdown mode.
Experimental
This command is marked as experimental, so it may be subject to change.