From 3d0efa1cbee02a44b83d7407bee0695a99eb75e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Mon, 27 Feb 2023 18:28:07 +0100 Subject: [PATCH] Add EmmyLua notation to resolve the type. --- mods/ra/maps/desert-shellmap/desert-shellmap.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/ra/maps/desert-shellmap/desert-shellmap.lua b/mods/ra/maps/desert-shellmap/desert-shellmap.lua index 699785270e..7c9fb452dc 100644 --- a/mods/ra/maps/desert-shellmap/desert-shellmap.lua +++ b/mods/ra/maps/desert-shellmap/desert-shellmap.lua @@ -106,6 +106,7 @@ ShipAlliedUnits = function() Trigger.AfterDelay(DateTime.Seconds(60), ShipAlliedUnits) end +--- @param hpad actor InsertAlliedChinookReinforcements = function(entry, hpad) local units = Reinforcements.ReinforceWithTransport(allies, "tran", HelicopterUnitTypes, { entry.Location, hpad.Location + CVec.New(1, 2) }, { entry.Location })[2]