mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
First prototype of task dispatching with menu
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user