From be062061d5292f77387bb0f1be88fe6f2983bfc9 Mon Sep 17 00:00:00 2001 From: Frank Date: Thu, 2 Jan 2025 23:01:49 +0100 Subject: [PATCH] Update Auftrag.lua - Improved docs for ARTY --- Moose Development/Moose/Ops/Auftrag.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Moose Development/Moose/Ops/Auftrag.lua b/Moose Development/Moose/Ops/Auftrag.lua index 0bdfcaa58..432ce4d8a 100644 --- a/Moose Development/Moose/Ops/Auftrag.lua +++ b/Moose Development/Moose/Ops/Auftrag.lua @@ -2156,7 +2156,11 @@ end ]] ---- **[GROUND, NAVAL]** Create an ARTY mission. +--- **[GROUND, NAVAL]** Create an ARTY mission ("Fire at point" task). +-- +-- If the group has more than one weapon type supporting the "Fire at point" task, the employed weapon type can be set via the `AUFTRAG:SetWeaponType()` function. +-- +-- **Note** that it is recommended to set the weapon range via the `OPSGROUP:AddWeaponRange()` function as this cannot be retrieved from the DCS API. -- @param #AUFTRAG self -- @param Core.Point#COORDINATE Target Center of the firing solution. -- @param #number Nshots Number of shots to be fired. Default `#nil`.