mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Ref T182, utility functions for model/model list
This commit is contained in:
@@ -328,6 +328,11 @@ namespace BlackMisc
|
||||
this->getLivery().isMilitary();
|
||||
}
|
||||
|
||||
bool CAircraftModel::isCivilian() const
|
||||
{
|
||||
return !this->isMilitary();
|
||||
}
|
||||
|
||||
bool CAircraftModel::setDistributorOrder(int order)
|
||||
{
|
||||
if (order < 0) { return false; }
|
||||
|
||||
Reference in New Issue
Block a user