From cc247a0f038638466c3c4390d1f4abf4b208d7de Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Sun, 28 Jul 2024 17:25:33 +0200 Subject: [PATCH 1/2] docu --- Moose Development/Moose/Functional/Mantis.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Moose Development/Moose/Functional/Mantis.lua b/Moose Development/Moose/Functional/Mantis.lua index dcc46f293..019be1eab 100644 --- a/Moose Development/Moose/Functional/Mantis.lua +++ b/Moose Development/Moose/Functional/Mantis.lua @@ -240,7 +240,7 @@ -- -- Use this option if you want to make use of or allow advanced SEAD tactics. -- --- # 5. Integrate SHORAD [classic mode] +-- # 5. Integrate SHORAD [classic mode, not necessary in automode] -- -- You can also choose to integrate Mantis with @{Functional.Shorad#SHORAD} for protection against HARMs and AGMs. When SHORAD detects a missile fired at one of MANTIS' SAM sites, it will activate SHORAD systems in -- the given defense checkradius around that SAM site. Create a SHORAD object first, then integrate with MANTIS like so: From 76294f11e4f359c1adb6e902948197f1be55e855 Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Mon, 29 Jul 2024 13:01:16 +0200 Subject: [PATCH 2/2] Silence --- Moose Development/Moose/Functional/Detection.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Moose Development/Moose/Functional/Detection.lua b/Moose Development/Moose/Functional/Detection.lua index a6196f861..367e460bc 100644 --- a/Moose Development/Moose/Functional/Detection.lua +++ b/Moose Development/Moose/Functional/Detection.lua @@ -604,7 +604,7 @@ do -- DETECTION_BASE -- @param #number DetectionTimeStamp Time stamp of detection event. function DETECTION_BASE:onafterDetection( From, Event, To, Detection, DetectionTimeStamp ) - self:I( { DetectedObjects = self.DetectedObjects } ) + self:T( { DetectedObjects = self.DetectedObjects } ) self.DetectionRun = self.DetectionRun + 1 @@ -612,7 +612,7 @@ do -- DETECTION_BASE if Detection and Detection:IsAlive() then - self:I( { "DetectionGroup is Alive", Detection:GetName() } ) + self:T( { "DetectionGroup is Alive", Detection:GetName() } ) local DetectionGroupName = Detection:GetName() local DetectionUnit = Detection:GetUnit( 1 ) @@ -628,8 +628,8 @@ do -- DETECTION_BASE self.DetectDLINK ) - --self:I( { DetectedTargets = DetectedTargets } ) - --self:I(UTILS.PrintTableToLog(DetectedTargets)) + --self:T( { DetectedTargets = DetectedTargets } ) + --self:T(UTILS.PrintTableToLog(DetectedTargets)) for DetectionObjectID, Detection in pairs( DetectedTargets ) do