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 = 0
void set_constant_type ( Variant.Type value )
Variant.Type get_constant_type ( )
The constant's type.
Variant value
The constant's value.