Click or drag to resize

ClassDBClassGetSignal Method

Returns the signal data of class or its ancestry. The returned value is a Dictionary with the following keys: args, default_args, flags, id, name, return: (class_name, hint, hint_string, name, type, usage).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Dictionary ClassGetSignal(
	string class,
	string signal
)

Parameters

class
Type: SystemString

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

signal
Type: SystemString

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

Return Value

Type: Dictionary

[Missing <returns> documentation for "M:Godot.ClassDB.ClassGetSignal(System.String,System.String)"]

See Also