Difference between revisions of "DCS task fireAtPoint"
From DCS World Wiki - Hoggitworld.com
m (1 revision imported) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 25: | Line 25: | ||
expendQtyEnabled = boolean, | expendQtyEnabled = boolean, | ||
weaponType = number, | weaponType = number, | ||
+ | altitude = number, | ||
+ | alt_type = number, | ||
+ | counterbattaryRadius = number, | ||
} | } | ||
} | } | ||
Line 39: | Line 42: | ||
expendQtyEnabled: Whether or not expendQty will be used | expendQtyEnabled: Whether or not expendQty will be used | ||
+ | altitude: If present the task will be focused on shooting a the specified altitude for the point | ||
+ | alt_type: Determines if the altitude is defined by AGL (1) or MSL (0) | ||
+ | |||
+ | '''Optional Parameters Ground Groups Only''': | ||
+ | |||
+ | counterbattaryRadius: The radius in meters from the group leader that the group will move in random directions after completing the fireAtPoint task. | ||
|enum= weaponType: Enum for [[DCS_enum_weapon_flag|weapon type ID]]. This value is only required if you want the group firing to use a specific weapon, for instance using the task on a ship to force it to fire guided missiles at targets within cannon range. | |enum= weaponType: Enum for [[DCS_enum_weapon_flag|weapon type ID]]. This value is only required if you want the group firing to use a specific weapon, for instance using the task on a ship to force it to fire guided missiles at targets within cannon range. | ||
Line 57: | Line 66: | ||
|notes= See article [[Mission Editor: AI Tasking]] for more information on how AI tasking is handled within DCS. | |notes= See article [[Mission Editor: AI Tasking]] for more information on how AI tasking is handled within DCS. | ||
+ | Patch 2.7 added the ability to fire at a point in 3d space by setting an altitude value. | ||
+ | Patch 2.9.6 added the counterBatteryRadius setting | ||
}} | }} | ||
Line 63: | Line 74: | ||
[[Category:Ground Task|Fire At Point]] | [[Category:Ground Task|Fire At Point]] | ||
[[Category:Naval Task|Fire At Point]] | [[Category:Naval Task|Fire At Point]] | ||
+ | [[Category:Game Patch: 1.2.4|Fire At Point]] | ||
+ | [[Category:Game Patch: 2.7|Fire At Point]] | ||
+ | [[Category:Game Patch: 2.9.6|Fire At Point]] |
Latest revision as of 01:04, 13 July 2024