get_node_methods
Retrieves all public methods for a specified Godot node type, including method signatures.
Instructions
Get all public methods on a node type with their signatures
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Node type name (e.g. 'Sprite2D', 'CharacterBody3D') |