Difference between revisions of "DCS task mission"
From DCS World Wiki - Hoggitworld.com
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, | ||
action = enum AI.Task.TurnMethod, | action = enum AI.Task.TurnMethod, | ||
Line 38: | Line 39: | ||
ETA_locked = boolean, | ETA_locked = boolean, | ||
name = string, | name = string, | ||
− | task = Task | + | task = Task, |
}, | }, | ||
[2] = { | [2] = { | ||
Line 78: | Line 79: | ||
''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''' | ||
''helipadId:'' Used only for "Land" waypoint type. Specifies the helipadId the helicopter group will attempt to land at. AI will only land if helipad is friendly. If not provided the AI will land at the nearest valid base to the coordinates. | ''helipadId:'' Used only for "Land" waypoint type. Specifies the helipadId the helicopter group will attempt to land at. AI will only land if helipad is friendly. If not provided the AI will land at the nearest valid base to the coordinates. | ||
Line 83: | Line 88: | ||
''airdromeId:'' Used only for "Land" waypoint type. Specifies the airbaseId the aircraft group will attempt to land at. AI will only land if airbase is friendly. If not provided the AI will land at the nearest valid base to the coordinates. | ''airdromeId:'' Used only for "Land" waypoint type. Specifies the airbaseId the aircraft group will attempt to land at. 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= |
Revision as of 02:01, 6 September 2021