mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +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
@@ -49,6 +49,11 @@ namespace BlackMisc
|
||||
return this->findBy(&CSimulatedAircraft::isEnabled, enabled);
|
||||
}
|
||||
|
||||
CSimulatedAircraftList CSimulatedAircraftList::findByRendered(bool rendered) const
|
||||
{
|
||||
return this->findBy(&CSimulatedAircraft::isRendered, rendered);
|
||||
}
|
||||
|
||||
CSimulatedAircraftList CSimulatedAircraftList::findByVtol(bool vtol) const
|
||||
{
|
||||
return this->findBy(&CSimulatedAircraft::isVtol, vtol);
|
||||
|
||||
Reference in New Issue
Block a user