Click or drag to resize

VisualScriptCustomSignalGetArgumentCount Method

Get the count of a custom signal's arguments.

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

Parameters

name
Type: SystemString

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

Return Value

Type: Int32

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

See Also