Click or drag to resize

VisualScriptGetVariableInfo Method

Returns the information for a given variable as a dictionary. The information includes its name, type, hint and usage.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Dictionary GetVariableInfo(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Godot.VisualScript.GetVariableInfo(System.String)"]

Return Value

Type: Dictionary

[Missing <returns> documentation for "M:Godot.VisualScript.GetVariableInfo(System.String)"]

See Also