Godot Scene Get Node
godot_scene_get_nodeRetrieve a specific scene node from a .tscn file by providing its file path and node path. Use this to access node data directly from scene files in Godot projects.
Instructions
Get a scene node by its path from a .tscn file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| nodePath | Yes |