get_class_info
Retrieve detailed information about any Godot class, including its properties, methods, signals, and constants.
Instructions
Get detailed info about any Godot class (properties, methods, signals, constants)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to any Godot project (needed to run Godot) | |
| className | Yes | Godot class name (e.g. CharacterBody2D, Sprite2D) |