GodotMethod

Definition of a method from API JSON.

Members

Functions

bind
void bind(char* className, char* methodName)
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
godot_method_bind* mb;

MethodBind for ptrcalls

name
String name;

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

Meta