W3cubDocs

/Godot 3.2

VisualScriptBasicTypeConstant

Inherits: VisualScriptNode < Resource < Reference < Object

A Visual Script node representing a constant from the base types.

Description

A Visual Script node representing a constant from base types, such as Vector3.AXIS_X.

Properties

Variant.Type basic_type 0
String constant

Property Descriptions

Variant.Type basic_type

Default 0
Setter set_basic_type(value)
Getter get_basic_type()

The type to get the constant from.

String constant

Setter set_basic_type_constant(value)
Getter get_basic_type_constant()

The name of the constant to return.

© 2014–2020 Juan Linietsky, Ariel Manzur, Godot Engine contributors
Licensed under the MIT License.
https://docs.godotengine.org/en/3.2/classes/class_visualscriptbasictypeconstant.html