Click or drag to resize

VisualScriptCustomSignalSwapArgument Method

Swap two of the arguments of a custom signal.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void CustomSignalSwapArgument(
	string name,
	int argidx,
	int withidx
)

Parameters

name
Type: SystemString

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

argidx
Type: SystemInt32

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

withidx
Type: SystemInt32

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

See Also