Difference between revisions of "Template:DCS enum ground options"

From DCS World Wiki - Hoggitworld.com
m (1 revision imported)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
AI.Option.Ground.id
 
AI.Option.Ground.id
  ROE               = 0
+
  ROE                             = 0
  FORMATION         = 5
+
  FORMATION                       = 5
  DISPERSE_ON_ATTACK = 8
+
  DISPERSE_ON_ATTACK             = 8
  ALARM_STATE       = 9
+
  ALARM_STATE                     = 9
  ENGAGE_AIR_WEAPONS = 20
+
  ENGAGE_AIR_WEAPONS             = 20
 +
AC_ENGAGEMENT_RANGE_RESTRICTION = 24
 +
Restrict AAA min                = 27  -- Actual value is not in this table, but the this number id passed refers to it.
 +
Restrict Targets                = 28  -- Actual value is not in this table, but the this number id passed refers to it.
 +
Restrict AAA max                = 29  -- Actual value is not in this table, but the this number id passed refers to it.

Latest revision as of 00:22, 19 November 2021

AI.Option.Ground.id

ROE                             = 0
FORMATION                       = 5
DISPERSE_ON_ATTACK              = 8
ALARM_STATE                     = 9
ENGAGE_AIR_WEAPONS              = 20
AC_ENGAGEMENT_RANGE_RESTRICTION = 24
Restrict AAA min                = 27  -- Actual value is not in this table, but the this number id passed refers to it. 
Restrict Targets                = 28  -- Actual value is not in this table, but the this number id passed refers to it. 
Restrict AAA max                = 29  -- Actual value is not in this table, but the this number id passed refers to it.