VisualScriptClassConstant
Inherits: VisualScriptNode < Resource < Reference < Object
Gets a constant from a given class.
Description
This node returns a constant from a given class, such as @GlobalScope.TYPE_INT. See the given class' documentation for available constants.
Input Ports:
none
Output Ports:
- Data (variant):
value
Properties
String | base_type | "Object" |
String | constant | "" |
Property Descriptions
String base_type
Default | "Object" |
Setter | set_base_type(value) |
Getter | get_base_type() |
The constant's parent class.
String constant
Default | "" |
Setter | set_class_constant(value) |
Getter | get_class_constant() |
The constant to return. See the given class for its available constants.
© 2014–2020 Juan Linietsky, Ariel Manzur, Godot Engine contributors
Licensed under the MIT License.
https://docs.godotengine.org/en/3.2/classes/class_visualscriptclassconstant.html