Click or drag to resize

ClassDBClassGetSignalList Method

Returns an array with all the signals of class or its ancestry if no_inheritance is false. Every element of the array is a Dictionary as described in ClassGetSignal(String, String).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Array ClassGetSignalList(
	string class,
	bool noInheritance = false
)

Parameters

class
Type: SystemString

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

noInheritance (Optional)
Type: SystemBoolean

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

Return Value

Type: Array

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

See Also