pub unsafe extern "C" fn XPLMSendMessageToPlugin(
inPlugin: XPLMPluginID,
inMessage: c_int,
inParam: *mut c_void,
)Expand description
XPLMSendMessageToPlugin
This function sends a message to another plug-in or X-Plane. Pass XPLM_NO_PLUGIN_ID to broadcast to all plug-ins. Only enabled plug-ins with a message receive function receive the message.