GodotMethod

Definition of a method from API JSON.

Members

Functions

bind
void bind(char* className, char* methodName, GDNativeInt hash)
Undocumented in source. Be warned that the author may not have intended to support it.
bind
void bind(GDNativeVariantType type, char* methodName, GDNativeInt hash)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

hasVarArgs
enum bool hasVarArgs;
Undocumented in source.
hasVarArgs
enum bool hasVarArgs;
Undocumented in source.
mb
GDNativeMethodBindPtr mb;

MethodBind for ptrcalls

name
String name;

String name from Godot (snake_case, not always valid D)

Meta