Struct VisualScriptConstant
Gets a contant's value.
struct VisualScriptConstant
;
This node returns a constant's value.
Input Ports:
none
Output Ports:
- Data (variant): get
Properties
| Name | Type | Description |
|---|---|---|
type[get, set]
|
Variant | The constant's type. |
value[get, set]
|
Variant | The constant's value. |
Methods
| Name | Description |
|---|---|
getConstantType
|
|
getConstantValue
|
|
setConstantType
|
|
setConstantValue
|