DCS enum coalition

From DCS World Wiki - Hoggitworld.com
Revision as of 00:12, 12 April 2018 by Grimes (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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: