Click or drag to resize

VisualScriptRemoveCustomSignal Method

Remove a custom signal with the given name.

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

Parameters

name
Type: SystemString

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

See Also