mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-14 23:17:56 +00:00
TIMER
- Added new TIMER class.
This commit is contained in:
@@ -1772,13 +1772,9 @@ end
|
||||
|
||||
--- Assign airwing squadron(s) to the mission. Only these squads will be considered for the job.
|
||||
-- @param #AUFTRAG self
|
||||
-- @param #table Squadrons A table of SQUADRONs or a single SQUADRON object.
|
||||
-- @param #table Squadrons A table of SQUADRON(s). **Has to be a table {}** even if a single squad is given.
|
||||
-- @return #AUFTRAG self
|
||||
function AUFTRAG:AssignSquadrons(Squadrons)
|
||||
|
||||
if Squadrons:IsInstanceOf("SQUADRON") then
|
||||
Squadrons={Squadrons}
|
||||
end
|
||||
|
||||
for _,_squad in pairs(Squadrons) do
|
||||
local squadron=_squad --Ops.Squadron#SQUADRON
|
||||
|
||||
Reference in New Issue
Block a user