FG/TANKER

This commit is contained in:
Frank
2020-01-30 16:50:03 +01:00
parent 4ec757d87a
commit 4bb96a7730
4 changed files with 333 additions and 7 deletions
+13
View File
@@ -157,6 +157,19 @@ function SQUADRON:SetLivery(liveryname)
self.livery=liveryname
end
--- Add a group to the squadron.
-- @param #SQUADRON self
-- @param #string groupname Name of the group as defined in the mission editor.
-- @param #number n Number of groups that is added.
-- @return #SQUADRON self
function SQUADRON:AddGroup(groupname, n)
end
--- Add flight group(s) to squadron.
-- @param #SQUADRON self
-- @param Ops.FlightGroup#FLIGHTGROUP flightgroup Flight group.