MethodWrapperMeta

Undocumented in source.

Members

Aliases

A
alias A = Parameters!mf
Undocumented in source.
R
alias R = ReturnType!mf
Undocumented in source.

Manifest constants

getDefaultArgNum
enum getDefaultArgNum;
Undocumented in source.

Static functions

getArgInfo
GDExtensionPropertyInfo[A.length + 1] getArgInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
getArgMetadata
GDExtensionClassMethodArgumentMetadata* getArgMetadata()
Undocumented in source. Be warned that the author may not have intended to support it.
getArgTypes
GDExtensionVariantType* getArgTypes()
Undocumented in source. Be warned that the author may not have intended to support it.
getDefaultArgs
GDExtensionVariantPtr* getDefaultArgs()
Undocumented in source. Be warned that the author may not have intended to support it.
getReturnInfo
GDExtensionPropertyInfo[2] getReturnInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
getReturnMetadata
GDExtensionClassMethodArgumentMetadata getReturnMetadata()
Undocumented in source. Be warned that the author may not have intended to support it.
getReturnTypes
GDExtensionVariantType* getReturnTypes()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta