get_node_constants
Retrieve all constants defined on a specified Godot node type. Enables inspection of constants like enums or flags for accurate usage.
Instructions
Get all constants defined on a node type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Node type name (e.g. 'Sprite2D', 'CharacterBody3D') |