mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
More accurate switch-wpt index for escort split-trigger
This commit is contained in:
@@ -95,6 +95,13 @@ class FlightType(Enum):
|
||||
FlightType.SEAD_SWEEP,
|
||||
}
|
||||
|
||||
@property
|
||||
def is_escort_type(self) -> bool:
|
||||
return self in {
|
||||
FlightType.ESCORT,
|
||||
FlightType.SEAD_ESCORT
|
||||
}
|
||||
|
||||
@property
|
||||
def entity_type(self) -> AirEntity:
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user