Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-05-16 10:01:11 +00:00
parent 5877bee162
commit 2de551795f
31 changed files with 1037 additions and 837 deletions

View File

@@ -2492,7 +2492,7 @@ in the mission editor are absolute maximum ranges; in-game this is rather 50-75%
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MANTIS)._Check">MANTIS:_Check(detection, dlink)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MANTIS)._Check">MANTIS:_Check(detection, dlink, reporttolog)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>[Internal] Check detection function</p>
</td>
@@ -2741,6 +2741,12 @@ in the mission editor are absolute maximum ranges; in-game this is rather 50-75%
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MANTIS).lid">MANTIS.lid</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Prefix for logging</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MANTIS).logsamstatus">MANTIS.logsamstatus</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Log SAM status in dcs.log every cycle if true</p>
</td>
</tr>
<tr class="w3-border">
@@ -4368,17 +4374,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#table
<a id="#(MANTIS).AcceptZones" ><strong>MANTIS.AcceptZones</strong></a>
</div>
</div>
@@ -4412,17 +4407,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#table
<a id="#(MANTIS).ConflictZones" ><strong>MANTIS.ConflictZones</strong></a>
</div>
</div>
@@ -4533,17 +4517,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p>The ME name of the HQ object</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#table
<a id="#(MANTIS).RejectZones" ><strong>MANTIS.RejectZones</strong></a>
</div>
</div>
@@ -5058,6 +5031,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#boolean
<a id="#(MANTIS).logsamstatus" ><strong>MANTIS.logsamstatus</strong></a>
<p>Log SAM status in dcs.log every cycle if true</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
@@ -5139,9 +5123,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p>self.SAMCheckRanges = {}</p>
</div>
</div>
@@ -7280,7 +7261,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`</code></pre>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(MANTIS)._Check" ><strong>MANTIS:_Check(detection, dlink)</strong></a></h2>
<h2><a id="#(MANTIS)._Check" ><strong>MANTIS:_Check(detection, dlink, reporttolog)</strong></a></h2>
</div>
<p>[Internal] Check detection function</p>
@@ -7316,6 +7297,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`</code></pre>
<p></p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#boolean
<strong><strong>reporttolog</strong></strong>
</p>
</div>
<div class="w3-half">
<p></p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
@@ -9264,17 +9256,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`</code></pre>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#table
<a id="#(MANTIS).AcceptZones" ><strong>MANTIS.AcceptZones</strong></a>
</div>
</div>
@@ -9308,17 +9289,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`</code></pre>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#table
<a id="#(MANTIS).ConflictZones" ><strong>MANTIS.ConflictZones</strong></a>
</div>
</div>
@@ -9429,17 +9399,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`</code></pre>
<p>The ME name of the HQ object</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#table
<a id="#(MANTIS).RejectZones" ><strong>MANTIS.RejectZones</strong></a>
</div>
</div>
@@ -9954,6 +9913,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`</code></pre>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#boolean
<a id="#(MANTIS).logsamstatus" ><strong>MANTIS.logsamstatus</strong></a>
<p>Log SAM status in dcs.log every cycle if true</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
@@ -10035,9 +10005,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`</code></pre>
<p>self.SAMCheckRanges = {}</p>
</div>
</div>