Function gdnative_sys::godot_nativescript_register_property [] [src]

pub unsafe extern "C" fn godot_nativescript_register_property(
    p_gdnative_handle: *mut c_void,
    p_name: *const c_char,
    p_path: *const c_char,
    p_attr: *mut godot_property_attributes,
    p_set_func: godot_property_set_func,
    p_get_func: godot_property_get_func
)