editor_attach_script
Attach a script to a node in the Godot editor by providing node path and script path, enabling direct assignment of behavior.
Instructions
Attach a script to a node in the editor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Node path | |
| script | Yes | Script path to attach |