mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
refs #395, prepared for logical / physical add/remote member functions
* renamed functions * added access to snapshot * moved simulator base class in own files (.h/.cpp)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
91f0b99cc5
commit
e9f7810efc
@@ -47,6 +47,9 @@ namespace BlackMisc
|
||||
//! Enabled / disabled aircraft
|
||||
CSimulatedAircraftList findByEnabled(bool enabled) const;
|
||||
|
||||
//! Rendered / not rendered aircraft
|
||||
CSimulatedAircraftList findByRendered(bool rendered) const;
|
||||
|
||||
//! VTOL / non VTOL aircraft
|
||||
CSimulatedAircraftList findByVtol(bool vtol) const;
|
||||
|
||||
@@ -56,7 +59,7 @@ namespace BlackMisc
|
||||
//! Mark all aircraft as unrendered
|
||||
void markAllAsNotRendered();
|
||||
|
||||
//! Mark as rendered
|
||||
//! Mark given callsign as rendered
|
||||
int setRendered(const BlackMisc::Aviation::CCallsign &callsign, bool rendered);
|
||||
|
||||
//! Set aircraft parts
|
||||
|
||||
Reference in New Issue
Block a user