describe_class
List any Godot class's properties and methods with signatures, so you know which values to set and what to call before writing GDScript.
Instructions
List a class's properties and methods (with signatures) so you know exactly what to set_property / call_method. The discovery key for full domain coverage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class | Yes | ||
| inherited | No | include inherited members (default false) |