Constant
This formula returns a constant value.
Returns
special
JSON Format
{
"type": "constant",
"value": ...,
"value_type": ...,
"sub_value_type": ...
}
RPG Script
This component can be written in RPG Script as:
42
Fields
| Field | Type | Required | Description |
|---|---|---|---|
sub_value_type | ValueType | The type of the sub value of the array this formula returns (only required if this formula returns an array and the value_type field is array). |