set_theme_constant
Assign an integer constant to a control type within a Godot theme resource, enabling precise control over layout properties like spacing.
Instructions
Set a constant value in a theme
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Constant name (e.g. 'hseparation', 'vseparation') | |
| path | Yes | Theme resource path | |
| value | Yes | Constant integer value | |
| theme_type | Yes | Control type |