Click or drag to resize

VisualScriptConstant.GetConstantType Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VisualScriptConstant.GetConstantType"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetConstantType is deprecated. Use the Type property instead.")]
public Variant.Type GetConstantType()

Return Value

Type: Variant.Type

[Missing <returns> documentation for "M:Godot.VisualScriptConstant.GetConstantType"]

See Also