Click or drag to resize

VisualScriptRenameCustomSignal Method

Change the name of a custom signal.

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

Parameters

name
Type: SystemString

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

newName
Type: SystemString

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

See Also