mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Abort working now as it should... fiew... what a work was that ...
This commit is contained in:
@@ -200,6 +200,14 @@ function COMMANDCENTER:MessageToGroup( Message, TaskGroup )
|
||||
|
||||
end
|
||||
|
||||
--- Send a CC message to the coalition of the CC.
|
||||
-- @param #COMMANDCENTER self
|
||||
function COMMANDCENTER:MessageToCoalition( Message )
|
||||
|
||||
local CCCoalition = self:GetPositionable():GetCoalition()
|
||||
self:GetPositionable():MessageToBlue( Message , 20, CCCoalition )
|
||||
|
||||
end
|
||||
--- Report the status of all MISSIONs to a GROUP.
|
||||
-- @param #COMMANDCENTER self
|
||||
function COMMANDCENTER:ReportMissions( ReportGroup )
|
||||
|
||||
Reference in New Issue
Block a user