XPLMCommandOnce

Function XPLMCommandOnce 

Source
pub unsafe extern "C" fn XPLMCommandOnce(inCommand: XPLMCommandRef)
Expand description

XPLMCommandOnce

This executes a given command momentarily, that is, the command begins and ends immediately. This is the equivalent of calling XPLMCommandBegin() and XPLMCommandEnd() back to back.