Struct GodotMethod

Definition of a method from API JSON.

struct GodotMethod(Return, Args...) ;

Fields

NameTypeDescription
mb godot_method_bind*MethodBind for ptrcalls
name StringString name from Godot (snake_case, not always valid D)