godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
ClassDBSingleton.classHasIntegerConstant
godot
classdb
ClassDBSingleton
Returns whether
class
or its ancestry has an integer constant called
name
or not.
struct
ClassDBSingleton
@
nogc
nothrow const
bool
classHasIntegerConstant
(
in
String
_class
,
in
String
name
)
Meta
Source
See Implementation
godot
classdb
ClassDBSingleton
aliases
BaseClasses
functions
canInstance
classExists
classGetCategory
classGetIntegerConstant
classGetIntegerConstantList
classGetMethodList
classGetProperty
classGetPropertyList
classGetSignal
classGetSignalList
classHasIntegerConstant
classHasMethod
classHasSignal
classSetProperty
getClassList
getInheritersFromClass
getParentClass
instance
isClassEnabled
isParentClass
opAssign
opEquals
toHash
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Returns whether class or its ancestry has an integer constant called name or not.