godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
ClassDBSingleton.classExists
godot
classdb
ClassDBSingleton
Returns whether the specified
class
is available or not.
struct
ClassDBSingleton
@
nogc
nothrow const
bool
classExists
(
in
String
_class
)
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 the specified class is available or not.