mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Progress
This commit is contained in:
parent
b48c467d57
commit
86d8eb023d
@ -377,13 +377,6 @@ do -- AI_A2A_DISPATCHER
|
|||||||
return self
|
return self
|
||||||
end
|
end
|
||||||
|
|
||||||
---
|
|
||||||
-- @param AI_A2A_DISPATCHER
|
|
||||||
-- @param #string SquadronName The squadron name.
|
|
||||||
function AI_A2A_DISPATCHER:SchedulerCAP( SquadronName )
|
|
||||||
self:CAP( SquadronName )
|
|
||||||
end
|
|
||||||
|
|
||||||
---
|
---
|
||||||
-- @param #AI_A2A_DISPATCHER self
|
-- @param #AI_A2A_DISPATCHER self
|
||||||
-- @param #string SquadronName The squadron name.
|
-- @param #string SquadronName The squadron name.
|
||||||
@ -976,6 +969,13 @@ do
|
|||||||
return FriendliesCount, FriendlyTypesReport
|
return FriendliesCount, FriendlyTypesReport
|
||||||
end
|
end
|
||||||
|
|
||||||
|
---
|
||||||
|
-- @param AI_A2A_DISPATCHER
|
||||||
|
-- @param #string SquadronName The squadron name.
|
||||||
|
function AI_A2A_DISPATCHER:SchedulerCAP( SquadronName )
|
||||||
|
self:CAP( SquadronName )
|
||||||
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
end
|
end
|
||||||
Loading…
x
Reference in New Issue
Block a user