mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
Ref T171, count of aircraft supporting parts
* added functions in providers, aware class * some utility functions in aircraft list
This commit is contained in:
@@ -100,6 +100,15 @@ namespace BlackMisc
|
||||
|
||||
//! Replace or add by callsign
|
||||
bool replaceOrAddByCallsign(const CSimulatedAircraft &aircraft);
|
||||
|
||||
//! Number of enabled aircraft
|
||||
int countEnabled() const;
|
||||
|
||||
//! Number of rendered aircraft
|
||||
int countRendered() const;
|
||||
|
||||
//! Number of aircraft with parts
|
||||
int countAircraftPartsSyncronized() const;
|
||||
};
|
||||
} //namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user