mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
Ref T259, Ref T243 added functions to use guessed parts in
* sim object * XPlane aircraft * forward aircraft model to interpolator for guessing
This commit is contained in:
committed by
Roland Winklmeier
parent
e3d17859a0
commit
f1faeef84a
@@ -67,6 +67,9 @@ namespace BlackSimPlugin
|
||||
//! VTOL?
|
||||
bool isVtol() const { return m_aircraft.isVtol(); }
|
||||
|
||||
//! Engine count
|
||||
int getEngineCount() const { return m_aircraft.getEnginesCount(); }
|
||||
|
||||
//! \copydoc BlackMisc::Simulation::CInterpolatorMulti::toggleMode
|
||||
void toggleInterpolatorMode();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user