Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2023-11-18 16:19:06 +00:00
parent daabd9edc2
commit 76a47f95dd
25 changed files with 641 additions and 736 deletions
+160 -21
View File
@@ -1685,15 +1685,16 @@ When a missile is detected, SHORAD will activate defense groups in the given rad
<p> <code>myshorad = SHORAD:New("RedShorad", "Red SHORAD", SamSet, 25000, 600, "red")</code> </p></li>
</ul>
<h2>Customize options</h2>
<h2>Customization options</h2>
<ul>
<li>SHORAD:SwitchDebug(debug)</li>
<li>SHORAD:SwitchHARMDefense(onoff)</li>
<li>SHORAD:SwitchAGMDefense(onoff)</li>
<li>SHORAD:SetDefenseLimits(low,high)</li>
<li>SHORAD:SetActiveTimer(seconds)</li>
<li>SHORAD:SetDefenseRadius(meters)</li>
<li>myshorad:SwitchDebug(debug)</li>
<li>myshorad:SwitchHARMDefense(onoff)</li>
<li>myshorad:SwitchAGMDefense(onoff)</li>
<li>myshorad:SetDefenseLimits(low,high)</li>
<li>myshorad:SetActiveTimer(seconds)</li>
<li>myshorad:SetDefenseRadius(meters)</li>
<li>myshorad:AddScootZones(ZoneSet,Number,Random,Formation)</li>
</ul>
@@ -1725,7 +1726,7 @@ When a missile is detected, SHORAD will activate defense groups in the given rad
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SHORAD).AddScootZones">SHORAD:AddScootZones(ZoneSet, Number)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SHORAD).AddScootZones">SHORAD:AddScootZones(ZoneSet, Number, Random, Formation)</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</p>
</td>
@@ -1841,13 +1842,13 @@ When a missile is detected, SHORAD will activate defense groups in the given rad
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SHORAD).SkateNumber">SHORAD.SkateNumber</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Number of zones to consider</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SHORAD).SkateZones">SHORAD.SkateZones</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p> </p>
<p>Zones in this set are considered</p>
</td>
</tr>
<tr class="w3-border">
@@ -1883,7 +1884,7 @@ When a missile is detected, SHORAD will activate defense groups in the given rad
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SHORAD).UseEmOnOff">SHORAD.UseEmOnOff</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Decide if we are using Emission on/off (default) or AlarmState red/green.</p>
<p>Decide if we are using Emission on/off (default) or AlarmState red/green</p>
</td>
</tr>
<tr class="w3-border">
@@ -1938,6 +1939,18 @@ When a missile is detected, SHORAD will activate defense groups in the given rad
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SHORAD).lid">SHORAD.lid</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>The log ID for the dcs.log</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SHORAD).maxscootdist">SHORAD.maxscootdist</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Max distance of the next zone</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SHORAD).minscootdist">SHORAD.minscootdist</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Min distance of the next zone</p>
</td>
</tr>
<tr class="w3-border">
@@ -1962,12 +1975,24 @@ When a missile is detected, SHORAD will activate defense groups in the given rad
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SHORAD).onafterWakeUpShorad">SHORAD:onafterWakeUpShorad(TargetGroup, Radius, ActiveTimer, TargetCat, From, Event, To)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Wake up #SHORADs in a zone with diameter Radius for ActiveTimer seconds</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SHORAD).scootformation">SHORAD.scootformation</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Formation to take for scooting, e.g. "Vee" or "Cone" </p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SHORAD).scootrandomcoord">SHORAD.scootrandomcoord</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>If true, use a random coordinate in the zone and not the center</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SHORAD).shootandscoot">SHORAD.shootandscoot</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>If true, shoot and scoot between zones</p>
</td>
</tr>
</table>
@@ -2691,7 +2716,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#number
<a id="#(SHORAD).SkateNumber" ><strong>SHORAD.SkateNumber</strong></a>
<p>Number of zones to consider</p>
</div>
@@ -2702,7 +2727,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<a href="Core.Set.html##(SET_ZONE)">Core.Set#SET_ZONE</a>
<a id="#(SHORAD).SkateZones" ><strong>SHORAD.SkateZones</strong></a>
<p> </p>
<p>Zones in this set are considered</p>
</div>
@@ -2713,7 +2738,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean
<a id="#(SHORAD).UseEmOnOff" ><strong>SHORAD.UseEmOnOff</strong></a>
<p>Decide if we are using Emission on/off (default) or AlarmState red/green.</p>
<p>Decide if we are using Emission on/off (default) or AlarmState red/green</p>
</div>
@@ -2739,6 +2764,28 @@ 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">
#number
<a id="#(SHORAD).maxscootdist" ><strong>SHORAD.maxscootdist</strong></a>
<p>Max distance of the next zone</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(SHORAD).minscootdist" ><strong>SHORAD.minscootdist</strong></a>
<p>Min distance of the next zone</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
@@ -2750,6 +2797,28 @@ 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">
#string
<a id="#(SHORAD).scootformation" ><strong>SHORAD.scootformation</strong></a>
<p>Formation to take for scooting, e.g. "Vee" or "Cone" </p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#boolean
<a id="#(SHORAD).scootrandomcoord" ><strong>SHORAD.scootrandomcoord</strong></a>
<p>If true, use a random coordinate in the zone and not the center</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
@@ -2757,7 +2826,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean
<a id="#(SHORAD).shootandscoot" ><strong>SHORAD.shootandscoot</strong></a>
<p>If true, shoot and scoot between zones</p>
</div>
@@ -2768,7 +2837,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(SHORAD).AddScootZones" ><strong>SHORAD:AddScootZones(ZoneSet, Number)</strong></a></h2>
<h2><a id="#(SHORAD).AddScootZones" ><strong>SHORAD:AddScootZones(ZoneSet, Number, Random, Formation)</strong></a></h2>
</div>
<p>Add a SET_ZONE of zones for Shoot&amp;Scoot</p>
@@ -2804,6 +2873,32 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p>Number of closest zones to be considered, defaults to 3.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#boolean
<strong><strong>Random</strong></strong>
</p>
</div>
<div class="w3-half">
<p>If true, use a random coordinate inside the next zone to scoot to.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>Formation</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Formation to use, defaults to "Cone". See mission editor dropdown for options.</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
@@ -4132,7 +4227,7 @@ mymantis:Start()</code></pre>
#number
<a id="#(SHORAD).SkateNumber" ><strong>SHORAD.SkateNumber</strong></a>
<p>Number of zones to consider</p>
</div>
@@ -4143,7 +4238,7 @@ mymantis:Start()</code></pre>
<a href="Core.Set.html##(SET_ZONE)">Core.Set#SET_ZONE</a>
<a id="#(SHORAD).SkateZones" ><strong>SHORAD.SkateZones</strong></a>
<p> </p>
<p>Zones in this set are considered</p>
</div>
@@ -4154,7 +4249,7 @@ mymantis:Start()</code></pre>
#boolean
<a id="#(SHORAD).UseEmOnOff" ><strong>SHORAD.UseEmOnOff</strong></a>
<p>Decide if we are using Emission on/off (default) or AlarmState red/green.</p>
<p>Decide if we are using Emission on/off (default) or AlarmState red/green</p>
</div>
@@ -4180,6 +4275,28 @@ mymantis:Start()</code></pre>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(SHORAD).maxscootdist" ><strong>SHORAD.maxscootdist</strong></a>
<p>Max distance of the next zone</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(SHORAD).minscootdist" ><strong>SHORAD.minscootdist</strong></a>
<p>Min distance of the next zone</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
@@ -4191,6 +4308,28 @@ mymantis:Start()</code></pre>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#string
<a id="#(SHORAD).scootformation" ><strong>SHORAD.scootformation</strong></a>
<p>Formation to take for scooting, e.g. "Vee" or "Cone" </p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#boolean
<a id="#(SHORAD).scootrandomcoord" ><strong>SHORAD.scootrandomcoord</strong></a>
<p>If true, use a random coordinate in the zone and not the center</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
@@ -4198,7 +4337,7 @@ mymantis:Start()</code></pre>
#boolean
<a id="#(SHORAD).shootandscoot" ><strong>SHORAD.shootandscoot</strong></a>
<p>If true, shoot and scoot between zones</p>
</div>