godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
godotSingletonVariableNames
godot
api
wrap
Undocumented in source.
package package(godot)
template
godotSingletonVariableNames (
T
) {}
Members
Aliases
field
alias
field
(
string
name
)
=
Alias
!(
__traits
(
getMember
,
T
,
name
))
Undocumented in source.
fieldNames
alias
fieldNames
=
AliasSeq
!(
__traits
(
derivedMembers
,
T
))
Undocumented in source.
godotSingletonVariableNames
alias
godotSingletonVariableNames
=
Filter
!(
isSingleton
,
fieldNames
)
Undocumented in source.
Templates
isSingleton
template
isSingleton
(string name)
Undocumented in source.
Meta
Source
See Implementation
godot
api
wrap
functions
emptyGetter
emptySetter
structs
MethodWrapper
MethodWrapperMeta
OnReadyWrapper
VariableWrapper
VirtualMethodsHelper
templates
extractPropertyUDA
extractPropertyVariantType
godotConstants
godotEnums
godotMethods
godotPropertyGetters
godotPropertyNames
godotPropertySetters
godotPropertyVariableNames
godotSignals
godotSingletonVariableNames
onReadyFieldNames