GodotMethod

Definition of a method from API JSON.

Members

Functions

bind
void bind(string className, string methodName, GDExtensionInt hash)
Undocumented in source. Be warned that the author may not have intended to support it.
bind
void bind(GDExtensionVariantType type, string methodName, GDExtensionInt 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
GDExtensionMethodBindPtr mb;

MethodBind for ptrcalls

name
String name;

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

Meta