Click or drag to resize

ClassDBClassHasIntegerConstant Method

Returns whether class or its ancestry has an integer constant called name or not.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static bool ClassHasIntegerConstant(
	string class,
	string name
)

Parameters

class
Type: SystemString

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

name
Type: SystemString

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

Return Value

Type: Boolean

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

See Also