Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2023-11-14 11:01:25 +00:00
parent 679b986e03
commit 06370c86e4
26 changed files with 1391 additions and 684 deletions

View File

@@ -1924,6 +1924,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).AcceptZones">MANTIS.AcceptZones</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MANTIS).AddScootZones">MANTIS:AddScootZones(ZoneSet, Number)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Add a SET_ZONE of zones for Shoot&amp;Scoot - SHORAD units will move around</p>
</td>
</tr>
<tr class="w3-border">
@@ -2296,6 +2302,18 @@ 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).ShoradTime">MANTIS.ShoradTime</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Timer in seconds, how long #SHORAD will be active after a detection inside of the defense range</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MANTIS).SkateNumber">MANTIS.SkateNumber</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MANTIS).SkateZones">MANTIS.SkateZones</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
@@ -2698,6 +2716,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).relointerval">MANTIS.relointerval</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MANTIS).shootandscoot">MANTIS.shootandscoot</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
@@ -3912,8 +3936,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(MANTIS).AWACS_Prefix" ><strong>MANTIS.AWACS_Prefix</strong></a>
#table
<a id="#(MANTIS).AcceptZones" ><strong>MANTIS.AcceptZones</strong></a>
@@ -3950,6 +3974,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">
#table
<a id="#(MANTIS).ConflictZones" ><strong>MANTIS.ConflictZones</strong></a>
</div>
</div>
@@ -4049,6 +4084,17 @@ 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>
@@ -4239,6 +4285,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p>Timer in seconds, how long #SHORAD will be active after a detection inside of the defense range</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(MANTIS).SkateNumber" ><strong>MANTIS.SkateNumber</strong></a>
</div>
</div>
@@ -4520,6 +4577,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p> random between 30 and 60 mins</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#boolean
<a id="#(MANTIS).shootandscoot" ><strong>MANTIS.shootandscoot</strong></a>
</div>
</div>
@@ -4531,9 +4599,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p> switch alarm state RED</p>
</div>
</div>
@@ -4545,6 +4610,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p>self.SAMCheckRanges = {}</p>
</div>
</div>
@@ -4579,6 +4647,63 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(MANTIS).AddScootZones" ><strong>MANTIS:AddScootZones(ZoneSet, Number)</strong></a></h2>
</div>
<p>Add a SET_ZONE of zones for Shoot&amp;Scoot - SHORAD units will move around</p>
<div id= "#Functions##AddScootZones" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>MANTIS</p>
</div>
<h2><strong>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="Core.Set.html##(SET_ZONE)">Core.Set#SET_ZONE</a>
<strong><strong>ZoneSet</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Set of zones to be used. Units will move around to the next (random) zone between 100m and 3000m away.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Number</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Number of closest zones to be considered, defaults to 3.</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(MANTIS)">#MANTIS</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(MANTIS).AddShorad" ><strong>MANTIS:AddShorad(Shorad, Shoradtime)</strong></a></h2>
</div>
@@ -8430,8 +8555,8 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`</code></pre>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(MANTIS).AWACS_Prefix" ><strong>MANTIS.AWACS_Prefix</strong></a>
#table
<a id="#(MANTIS).AcceptZones" ><strong>MANTIS.AcceptZones</strong></a>
@@ -8468,6 +8593,17 @@ 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>
@@ -8567,6 +8703,17 @@ 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>
@@ -8757,6 +8904,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`</code></pre>
<p>Timer in seconds, how long #SHORAD will be active after a detection inside of the defense range</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(MANTIS).SkateNumber" ><strong>MANTIS.SkateNumber</strong></a>
</div>
</div>
@@ -9038,6 +9196,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`</code></pre>
<p> random between 30 and 60 mins</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#boolean
<a id="#(MANTIS).shootandscoot" ><strong>MANTIS.shootandscoot</strong></a>
</div>
</div>
@@ -9049,9 +9218,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`</code></pre>
<p> switch alarm state RED</p>
</div>
</div>
@@ -9063,6 +9229,9 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`</code></pre>
<p>self.SAMCheckRanges = {}</p>
</div>
</div>