Difference between revisions of "DCS task attackMapObject"
From DCS World Wiki - Hoggitworld.com
m (1 revision imported) |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 16: | Line 16: | ||
|form= This task needs to be in the following format. | |form= This task needs to be in the following format. | ||
| − | + | AttackMapObject = { | |
id = 'AttackMapObject', | id = 'AttackMapObject', | ||
params = { | params = { | ||
| Line 23: | 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 37: | 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: If true the attackQty value will be followed. | ||
groupAttack: If true then each aircraft in the group will attack the target. | groupAttack: If true then each aircraft in the group will attack the target. | ||
Latest revision as of 23:18, 2 April 2024
