First prototype of task dispatching with menu

This commit is contained in:
FlightControl
2016-07-08 16:16:48 +02:00
parent 6ba6390b5d
commit 0c13744309
16 changed files with 51775 additions and 162 deletions

View File

@@ -214,6 +214,14 @@ function DETECTION_BASE:GetDetectedSet( Index )
return nil
end
--- Get the detected @{Zone}s.
-- @param #DETECTION_BASE self
-- @return #DETECTION_BASE.DetectedZones DetectedZones
function DETECTION_BASE:GetDetectedZones()
local DetectionZones = self.DetectedZones
return DetectionZones
end
--- Make a DetectionSet table. This function will be overridden in the derived clsses.
-- @param #DETECTION_BASE self