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

Variant.Type

type

0

Variant

value


Property Descriptions

Variant.Type type = 0

The constant's type.


Variant value

  • void set_constant_value ( Variant value )

  • Variant get_constant_value ( )

The constant's value.