Macro gdnative::godot_wrap_method_parameter_count [] [src]

macro_rules! godot_wrap_method_parameter_count {
    () => { ... };
    ($name:ident, $($other:ident,)*) => { ... };
}