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)),
}