godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
GodotObject.isClass
godot
object
GodotObject
Returns
true
if the object inherits from the given
class
.
struct
GodotObject
@
nogc
nothrow const
bool
isClass
(
in
String
_class
)
Meta
Source
See Implementation
godot
object
GodotObject
aliases
BaseClasses
enums
ConnectFlags
Constants
functions
_get
_getPropertyList
_init
_notification
_set
_toString
addUserSignal
call
callDeferred
callv
canTranslateMessages
connect
disconnect
emitSignal
free
get
getClass
getIncomingConnections
getIndexed
getInstanceId
getMeta
getMetaList
getMethodList
getPropertyList
getScript
getSignalConnectionList
getSignalList
hasMeta
hasMethod
hasSignal
hasUserSignal
isBlockingSignals
isClass
isConnected
isQueuedForDeletion
notification
opAssign
opCmp
opEquals
propertyListChangedNotify
removeMeta
set
setBlockSignals
setDeferred
setIndexed
setMessageTranslation
setMeta
setScript
toHash
toString
tr
mixins
__anonymous
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
variables
_GODOT_internal_name
_godot_object
Returns true if the object inherits from the given class.