DCS enum coalition

From DCS World Wiki - Hoggitworld.com

Scripting Root

Enumerator: coalition Added with: 1.2.0
Description: The coalition enumerators define the available coalitions and services offered within those coalitions.
Uses:
Format: Tables are formatted as.
coalition.side = {
  NEUTRAL,
  RED,
  BLUE
}

enumerator for services

coalition.service = {
  ATC,
  AWACS,
  TANKER,
  FAC
}
constants: coalition.side enumerator values
 0 = Neutral
 1 = Red
 2 = Blue


Coalition service enumerator values

0 = ATC
1 = AWACS
2 = TANKER
3 = FAC
notes: