Click or drag to resize

VisualScriptHasVariable Method

Returns whether a variable exists with the specified name.

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

Parameters

name
Type: SystemString

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

Return Value

Type: Boolean

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

See Also