Click or drag to resize

VisualScript.CustomSignalSetArgumentType Method

Change the type of a custom signal's argument.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void CustomSignalSetArgumentType(
	string name,
	int argidx,
	Variant.Type type
)

Parameters

name
Type: System.String

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

argidx
Type: System.Int32

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

type
Type: Godot.Variant.Type

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

See Also