godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
godotSignals
godot
d
wrap
Undocumented in source.
package
template
godotSignals (
T
) {
eponymoustemplate
isSignalExpr
(string n)
;
template
isSignal
(string n)
;
alias
godotSignals
=
Filter
!(
isSignal
,
__traits
(
derivedMembers
,
T
))
;
}
Members
Aliases
godotSignals
alias
godotSignals
=
Filter
!(
isSignal
,
__traits
(
derivedMembers
,
T
))
Undocumented in source.
Enums
isSignalExpr
eponymoustemplate
isSignalExpr
(string n)
Undocumented in source.
Templates
isSignal
template
isSignal
(string n)
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