godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
extractPropertyVariantType
godot
d
wrap
get the common Variant type for a set of function or variable aliases
package
template
extractPropertyVariantType (
seq
...
) {
template
Type
(alias a)
;
alias
types
=
NoDuplicates
!(
staticMap
!(
Variant
.
variantTypeOf
,
staticMap
!(
Type
,
seq
)))
;
package
enum
extractPropertyVariantType
;
}
Members
Aliases
types
alias
types
=
NoDuplicates
!(
staticMap
!(
Variant
.
variantTypeOf
,
staticMap
!(
Type
,
seq
)))
Undocumented in source.
Manifest constants
extractPropertyVariantType
enum
extractPropertyVariantType
;
Undocumented in source.
Templates
Type
template
Type
(alias a)
Undocumented in source.
Meta
Source
See Implementation
godot
d
wrap
functions
emptyGetter
emptySetter
structs
MethodWrapper
OnReadyWrapper
VariableWrapper
templates
extractPropertyUDA
extractPropertyVariantType
godotMethods
godotPropertyGetters
godotPropertyNames
godotPropertySetters
godotPropertyVariableNames
godotSignals
onReadyFieldNames
get the common Variant type for a set of function or variable aliases