[][src]Macro gdnative::godot_wrap_constructor

macro_rules! godot_wrap_constructor {
    ( $ _name : ty , $ c : expr ) => { ... };
}

Convenience macro to wrap an object's constructor into a function pointer that can be passed to the engine when registering a class.