Added DCSEx.enums.taskFlag.FRIENDLY_TARGET

This commit is contained in:
Ambroise Garel
2025-09-18 15:02:34 +02:00
parent 5f5b940ef7
commit 69ea6b6d19
2 changed files with 15 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ DCSEx.enums.taskFlag = {
ON_ROADS = 5,
PARKED_AIRCRAFT_TARGET = 6,
SCENERY_TARGET = 7,
FRIENDLY_TARGET = 8
}
-------------------------------------