godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
Variant.isType
godot
variant
Variant
Is this Variant of the specified
type
or of a subclass of
type
?
struct
Variant
const
bool
isType
(
GodotType
type
)
Meta
Source
See Implementation
godot
variant
Variant
aliases
DType
InternalType
Type
conversionFromGodotType
conversionToGodotType
constructors
this
destructors
~this
enums
Operator
functions
as
booleanize
exactType
isType
opAssign
opCmp
opEquals
toString
type
postblits
this(this)
static functions
from
nil
templates
compatibleFromGodot
compatibleToGodot
conversionFromGodot
conversionToGodot
getFromVariantFunction
variantTypeOf
variables
_godot_variant
compatible
convertsFromGodot
convertsToGodot
directlyCompatible
hasFromVariantFunction
hasToVariantFunction
hasVariantConstructor
Is this Variant of the specified type or of a subclass of type?