mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-16 07:56:35 +00:00
[ADDED] COMMANDER:CanMission(Mission) and CHIEF:CanMission(Mission)
This commit is contained in:
@@ -3358,6 +3358,15 @@ function CHIEF._CheckAssetProperties(Asset, Properties)
|
||||
return false
|
||||
end
|
||||
|
||||
|
||||
--- Checks whether or not any of the legions con run a mission.
|
||||
-- @param #CHIEF self
|
||||
-- @param Ops.Auftrag#AUFTRAG Mission The mission.
|
||||
-- @return #boolean If `true`, one of the cohorts can run the mission.
|
||||
function CHIEF:CanMission(Mission)
|
||||
return self.commander and self.commander:CanStartMission(Mission)
|
||||
end
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user