Struct GodotMethod
Definition of a method from API JSON.
struct GodotMethod(Return, Args...)
;
Fields
Name | Type | Description |
---|---|---|
mb
|
godot_method_bind* | MethodBind for ptrcalls |
name
|
String | String name from Godot (snake_case, not always valid D) |