XPLMPlanesAvailable_f

Type Alias XPLMPlanesAvailable_f 

Source
pub type XPLMPlanesAvailable_f = Option<unsafe extern "C" fn(inRefcon: *mut c_void)>;
Expand description

XPLMPlanesAvailable_f

Your airplanes available callback is called when another plugin gives up access to the multiplayer planes. Use this to wait for access to multiplayer.

Aliased Type§

pub enum XPLMPlanesAvailable_f {
    None,
    Some(unsafe extern "C" fn(*mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void))

Some value of type T.