godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
Variant.this
godot
core
variant
Variant
Undocumented in source.
this
(R input)
struct
Variant
this
(
R
)
(
auto
ref
R
input
)
if
(
!
is
(
R
:
Variant
) &&
!
is
(
R
:
typeof
(null))
)
this
(Variant other)
this
(T nil)
Meta
Source
See Implementation
godot
core
variant
Variant
aliases
DType
InternalType
conversionFromGodotType
conversionToGodotType
constructors
this
destructors
~this
enums
Operator
Type
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