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