Difference between revisions of "DCS task bombing"
From DCS World Wiki - Hoggitworld.com
m (1 revision imported) |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 22: | Line 22: | ||
expend = enum AI.Task.WeaponExpend, | expend = enum AI.Task.WeaponExpend, | ||
attackQty = number, | attackQty = number, | ||
| + | attackQtyLimit = boolean, | ||
direction = Azimuth, | direction = Azimuth, | ||
groupAttack = boolean, | groupAttack = boolean, | ||
altitude = number | altitude = number | ||
altitudeEnabled = boolean, | altitudeEnabled = boolean, | ||
| + | attackType = string, | ||
} | } | ||
} | } | ||
| Line 38: | Line 40: | ||
expend: Enum that defines how much munitions the AI will expend per attack run. | expend: Enum that defines how much munitions the AI will expend per attack run. | ||
| + | |||
| + | attackQtyLimit: boolean that defines whether or not the attackQty value will be used. | ||
groupAttack: If true then each aircraft in the group will attack the point. | groupAttack: If true then each aircraft in the group will attack the point. | ||
| Line 44: | Line 48: | ||
altitudeEnabled: Boolean value for whether or not the altitude check applies | altitudeEnabled: Boolean value for whether or not the altitude check applies | ||
| + | |||
| + | attackType: string value to define the attack profile. Valid entries: | ||
| + | "Dive" : for dive bombing. | ||
|enum= weaponType is a number associated with a correspond [[DCS_enum_weapon_flag|weapons flags]] | |enum= weaponType is a number associated with a correspond [[DCS_enum_weapon_flag|weapons flags]] | ||
Latest revision as of 22:26, 6 February 2024
