mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
refs #873, added cabin and recognition light plus anyEngineOn
This commit is contained in:
committed by
Mathew Sutcliffe
parent
e3ab9d08c3
commit
b6ac5cbb45
@@ -134,6 +134,11 @@ namespace BlackMisc
|
||||
return this->m_engines.isEngineOn(number);
|
||||
}
|
||||
|
||||
bool CAircraftParts::isAnyEngineOn() const
|
||||
{
|
||||
return this->m_engines.isAnyEngineOn();
|
||||
}
|
||||
|
||||
double CAircraftParts::isOnGroundInterpolated() const
|
||||
{
|
||||
if (this->m_isOnGroundInterpolated < 0)
|
||||
|
||||
Reference in New Issue
Block a user