get_class_hierarchy
Retrieve the full inheritance chain for any Godot node type by specifying its name, such as 'Sprite2D' or 'CharacterBody3D'.
Instructions
Get the full inheritance chain for a node type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Node type name (e.g. 'Sprite2D', 'CharacterBody3D') |