mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Update Auftrag.lua
- Improved docs for ARTY
This commit is contained in:
parent
ac5dfab82f
commit
be062061d5
@ -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 #AUFTRAG self
|
||||||
-- @param Core.Point#COORDINATE Target Center of the firing solution.
|
-- @param Core.Point#COORDINATE Target Center of the firing solution.
|
||||||
-- @param #number Nshots Number of shots to be fired. Default `#nil`.
|
-- @param #number Nshots Number of shots to be fired. Default `#nil`.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user