Difference between revisions of "DCS task bombingRunway"
From DCS World Wiki - Hoggitworld.com
m (1 revision imported) |
|||
| Line 8: | Line 8: | ||
|for= Airplanes, Helicopters | |for= Airplanes, Helicopters | ||
| + | |||
| + | |avail= Runway Attack | ||
|desc= Assigns the AI a task to bomb an airbases runway. By default the AI will line up along the length of the runway and drop its payload. | |desc= Assigns the AI a task to bomb an airbases runway. By default the AI will line up along the length of the runway and drop its payload. | ||
| Line 21: | Line 23: | ||
expend = enum AI.Task.WeaponExpend, | expend = enum AI.Task.WeaponExpend, | ||
attackQty = number, | attackQty = number, | ||
| + | attackQtyLimit = boolean. | ||
direction = Azimuth, | direction = Azimuth, | ||
groupAttack = boolean, | groupAttack = boolean, | ||
| Line 35: | Line 38: | ||
attackQty: Number of times the group will attack if the target. | attackQty: Number of times the group will attack if the target. | ||
| + | |||
| + | attackQtyLimit: boolean that defines whether or not the attackQty value will be used. | ||
direction: If provided the AI will attack from this azimuth and ignore bombing along the length of the runway. | direction: If provided the AI will attack from this azimuth and ignore bombing along the length of the runway. | ||
Latest revision as of 23:40, 5 November 2021
