Click or drag to resize

VisualScriptLocalVarSetGetVarType Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VisualScriptLocalVarSet.GetVarType"]

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

Return Value

Type: VariantType

[Missing <returns> documentation for "M:Godot.VisualScriptLocalVarSet.GetVarType"]

See Also