Difference between revisions of "DCS task mission"
From DCS World Wiki - Hoggitworld.com
(2 intermediate revisions by the same user not shown) | |||
Line 26: | Line 26: | ||
[1] = { | [1] = { | ||
type = enum AI.Task.WaypointType, | type = enum AI.Task.WaypointType, | ||
− | airdromeId = Airbase.ID, | + | airdromeId = Airbase.ID, |
+ | timeReFuAr = number, | ||
helipadId = Airbase.ID, | helipadId = Airbase.ID, | ||
+ | linkUnit = Unit Id, | ||
action = enum AI.Task.TurnMethod, | action = enum AI.Task.TurnMethod, | ||
x = Distance, | x = Distance, | ||
Line 38: | Line 40: | ||
ETA_locked = boolean, | ETA_locked = boolean, | ||
name = string, | name = string, | ||
− | task = Task | + | task = Task, |
}, | }, | ||
[2] = { | [2] = { | ||
Line 62: | Line 64: | ||
''type:'' Waypoint type. See [[DCS_enum_AI|AI enumerator page]] for more details. | ''type:'' Waypoint type. See [[DCS_enum_AI|AI enumerator page]] for more details. | ||
+ | |||
+ | ''speed:'' Speed in meters per second the group will attempt to travel at. Note each unit has its own maximum achievable speed | ||
''action:'' Waypoint action type. See [[DCS_enum_AI|AI enumerator page]] for more details. | ''action:'' Waypoint action type. See [[DCS_enum_AI|AI enumerator page]] for more details. | ||
Line 69: | Line 73: | ||
'''Optional Parameters''': | '''Optional Parameters''': | ||
− | + | ||
− | |||
''speed_locked:'' boolean value that will determine if units will attempt to travel at the specified speed | ''speed_locked:'' boolean value that will determine if units will attempt to travel at the specified speed | ||
Line 79: | Line 82: | ||
''alt_type:'' Altitude type; Radio or Barometric. Defaults to barometric. If specified the altitude of the waypoint can be defined as AGL or MSL. Only applies to aircraft. | ''alt_type:'' Altitude type; Radio or Barometric. Defaults to barometric. If specified the altitude of the waypoint can be defined as AGL or MSL. Only applies to aircraft. | ||
− | '' | + | ''task:'' All tasks, enroute tasks, commands, and options are defined here. |
− | '' | + | '''Waypoint Type Specific Parameters''' |
+ | The following are used with take-off and landing waypoint types. | ||
− | '' | + | ''helipadId:'' Used when the waypoint is associated with the a static object or a unit placed in the mission editor. Needs to be the unitId associated with the object. |
+ | |||
+ | ''linkUnit:'' Used when the waypoint is associated with the a static object or a unit placed in the mission editor. Value is identical to helipadId, but it is required. | ||
+ | |||
+ | ''airdromeId:'' Specifies the airbaseId the aircraft group will attempt to use. AI will only land if airbase is friendly. If not provided the AI will land at the nearest valid base to the coordinates. | ||
+ | |||
+ | ''timeReFuAr: '' If the waypoint type is a landReFuAr this value determines how long in minutes the unit will be stationary for. | ||
|enum= | |enum= |
Latest revision as of 22:12, 20 February 2022