godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
Variant.opAssign
godot
core
variant
Variant
Undocumented in source. Be warned that the author may not have intended to support it.
void
opAssign
(T input)
struct
Variant
@
nogc
nothrow pragma(
inline
, true)
void
opAssign
(
T
)
(
in
auto
ref
T
input
)
if
(
!
is
(
T
:
Variant
) &&
!
is
(
T
:
typeof
(null))
)
void
opAssign
(T nil)
void
opAssign
(T other)
Meta
Source
See Implementation
godot
core
variant
Variant
aliases
DType
InternalType
conversionFromGodotType
conversionToGodotType
constructors
this
destructors
~this
enums
Operator
Type
functions
as
booleanize
opAssign
opCmp
opEquals
toString
type
postblits
this(this)
static functions
nil
templates
compatibleFromGodot
compatibleToGodot
conversionFromGodot
conversionToGodot
variantTypeOf
variables
_godot_variant
compatible
convertsFromGodot
convertsToGodot
directlyCompatible