godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
Variant.conversionFromGodot
godot
variant
Variant
function to convert a Godot-compatible type to T
struct
Variant
template
conversionFromGodot (
T
) {
alias
conversionFromGodot
=
getVariantConstructor
!
T
;
alias
conversionFromGodot
=
getFromVariantFunction
!
T
;
}
Members
Aliases
conversionFromGodot
alias
conversionFromGodot
=
getVariantConstructor
!
T
Undocumented in source.
conversionFromGodot
alias
conversionFromGodot
=
getFromVariantFunction
!
T
Undocumented in source.
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
function to convert a Godot-compatible type to T