Click or drag to resize

ClassDBClassGetIntegerConstantList Method

Returns an array with the names all the integer constants of class or its ancestry.

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

Parameters

class
Type: SystemString

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

noInheritance (Optional)
Type: SystemBoolean

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

Return Value

Type: String

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

See Also