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

getArgInfoFn
void getArgInfoFn(void* method, int32_t argument, GDNativePropertyInfo* info)
Undocumented in source. Be warned that the author may not have intended to support it.
getArgMetadataFn
GDNativeExtensionClassMethodArgumentMetadata getArgMetadataFn(void* method, int32_t argument)
Undocumented in source. Be warned that the author may not have intended to support it.
getArgTypesFn
GDNativeVariantType getArgTypesFn(void* method, int32_t argument)
Undocumented in source. Be warned that the author may not have intended to support it.
getDefaultArgs
GDNativeVariantPtr* getDefaultArgs()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta