mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Ref T423, function to recalculate all aircraft (used when aircraft is moved or such)
This commit is contained in:
@@ -242,6 +242,9 @@ namespace BlackCore
|
||||
//! Follow aircraft im simulator view
|
||||
virtual bool followAircraft(const BlackMisc::Aviation::CCallsign &callsign) = 0;
|
||||
|
||||
//! Recalculate all aircraft
|
||||
virtual void recalculateAllAircraft() = 0;
|
||||
|
||||
//! Reset model by matching it again
|
||||
virtual bool resetToModelMatchingAircraft(const BlackMisc::Aviation::CCallsign &callsign) = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user