Add EmmyLua notation to resolve the type.

This commit is contained in:
Matthias Mailänder
2023-02-27 18:28:07 +01:00
committed by abcdefg30
parent cae07bb408
commit 3d0efa1cbe

View File

@@ -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]