Type Alias native_call_cb

Source
pub type native_call_cb = Option<unsafe extern "C" fn(*mut c_void, *mut godot_array) -> godot_variant>;
Expand description

System Functions

Aliased Type§

pub enum native_call_cb {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut godot_array) -> godot_variant),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut godot_array) -> godot_variant)

Some value of type T.