VirtualMethodsHelper

Undocumented in source.

Members

Aliases

derivedMfs
alias derivedMfs = Filter!(matchesNamingConv, __traits(derivedMembers, T))
Undocumented in source.
onlyFuncs
alias onlyFuncs = Filter!(isFunc, derivedMfs)
Undocumented in source.

Static functions

findVCall
GDExtensionClassCallVirtual findVCall(GDExtensionStringNamePtr func)
Undocumented in source. Be warned that the author may not have intended to support it.
isFunc
bool isFunc()
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