godot-dlang v0.1.0 (2022-11-07T21:45:52Z)
Dub
Repo
VirtualMethodsHelper
godot
api
wrap
Undocumented in source.
struct
VirtualMethodsHelper (
T
) {
static
bool
matchesNamingConv
();
alias
derivedMfs
=
Filter
!(
matchesNamingConv
,
__traits
(
derivedMembers
,
T
))
;
static
GDNativeExtensionClassCallVirtual
findVCall
(string func);
}
Members
Aliases
derivedMfs
alias
derivedMfs
=
Filter
!(
matchesNamingConv
,
__traits
(
derivedMembers
,
T
))
Undocumented in source.
Static functions
findVCall
GDNativeExtensionClassCallVirtual
findVCall
(string func)
Undocumented in source. Be warned that the author may not have intended to support it.
matchesNamingConv
bool
matchesNamingConv
()
Undocumented in source. Be warned that the author may not have intended to support it.
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
onReadyFieldNames