VisualScriptConstant
Inherits: VisualScriptNode < Resource < Reference < Object
Gets a contant’s value.
Description
This node returns a constant’s value.
Input Ports:
none
Output Ports:
- Data (variant):
get
Properties
| ||
Property Descriptions
- Variant.Type type
Default |
|
Setter | set_constant_type(value) |
Getter | get_constant_type() |
The constant’s type.
- Variant value
Setter | set_constant_value(value) |
Getter | get_constant_value() |
The constant’s value.