- Lots of stuff to assign missions to multiple legions.
This commit is contained in:
Frank
2021-08-18 00:25:18 +02:00
parent 3050fdb3c3
commit 16964520df
11 changed files with 679 additions and 326 deletions

View File

@@ -646,6 +646,20 @@ function OPSGROUP:New(group)
-- @param #OPSGROUP self
-- @param #number delay Delay in seconds.
--- Triggers the FSM event "MissionCancel".
-- @function [parent=#OPSGROUP] MissionCancel
-- @param #CHIEF self
-- @param Ops.Auftrag#AUFTRAG Mission The mission.
--- On after "MissionCancel" event.
-- @function [parent=#OPSGROUP] OnAfterMissionCancel
-- @param #OPSGROUP self
-- @param #string From From state.
-- @param #string Event Event.
-- @param #string To To state.
-- @param Ops.Auftrag#AUFTRAG Mission The mission.
-- TODO: Add pseudo functions.
return self