This commit is contained in:
FlightControl
2017-03-10 14:50:14 +01:00
parent cfc4dd8846
commit 7ebf0cdb0f
36 changed files with 33 additions and 22754 deletions

View File

@@ -1377,10 +1377,10 @@ do -- DETECTION_AREAS
--- DETECTION_AREAS constructor.
-- @param Functional.Detection#DETECTION_AREAS self
-- @param #DETECTION_AREAS self
-- @param Core.Set#SET_GROUP DetectionSetGroup The @{Set} of GROUPs in the Forward Air Controller role.
-- @param Dcs.DCSTypes#Distance DetectionZoneRange The range till which targets are grouped upon the first detected target.
-- @return Functional.Detection#DETECTION_AREAS self
-- @return #DETECTION_AREAS
function DETECTION_AREAS:New( DetectionSetGroup, DetectionZoneRange )
-- Inherits from DETECTION_BASE

View File

@@ -247,6 +247,7 @@ function ESCORT:SetDetection( Detection )
self.EscortGroup.Detection = self.Detection
self.EscortClient._EscortGroups[self.EscortGroup:GetName()].Detection = self.EscortGroup.Detection
Detection:__Start( 1 )
end