Convert actions
1 action in the Convert category. Each block mirrors how the action appears in the editor's sidebar.
Convert
Every Frame
Convert Convert
To 'int' | Value 0
Converts a value to another basic type, such as int, float, str, or bool.
| Input | Type | Default | Description |
|---|---|---|---|
| To | String | 'int' | The type to convert the value into. |
| Value | Variant | 0 | The value to convert. |
| Output | Type | Description |
|---|---|---|
| Result | Variant | Where to store the converted value. |