get_scene_inheritance
Trace the inheritance hierarchy of any Godot scene by providing its file path, or inspect the currently open scene's ancestry.
Instructions
Get the scene inheritance chain (instantiated scenes, inherited scenes)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene_path | No | Scene file path (empty for current scene) |