MOOSE generated documentation [skip ci]

This commit is contained in:
FlightControl-User
2020-12-21 14:17:23 +00:00
parent bf1e29121f
commit e5ee365964
20 changed files with 707 additions and 313 deletions

View File

@@ -1388,7 +1388,9 @@ Controls a network of SAM sites.</p>
<hr/>
<h3>Authors: <strong>FlightControl</strong></h3>
<h3>Authors: <strong>FlightControl</strong>, <strong>applevangelist</strong></h3>
<p>Last Update: Dec 2020</p>
<hr/>
@@ -1462,6 +1464,12 @@ Controls a network of SAM sites.</p>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SEAD).SetEngagementRange">SEAD:SetEngagementRange(range)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Sets the engagement range of the SAMs.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SEAD).UpdateSet">SEAD:UpdateSet(SEADGroupPrefixes)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Update the active SEAD Set</p>
</td>
</tr>
</table>
@@ -2007,7 +2015,7 @@ Chances are big that the missile will miss.</p>
</div>
<div class="w3-half">
<p>string,...}|string SEADGroupPrefixes which is a table of Prefixes of the SA Groups in the DCSRTE on which evasive actions need to be taken.</p>
<p>string,...}|string SEADGroupPrefixes which is a table of Prefixes of the SA Groups in the DCS mission editor on which evasive actions need to be taken.</p>
</div>
</div>
@@ -2138,6 +2146,50 @@ SEAD_RU_SAM_Defenses = SEAD:New( { 'RU SA-6 Kub', 'RU SA-6 Defenses', 'RU MI-26
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(SEAD).UpdateSet" ><strong>SEAD:UpdateSet(SEADGroupPrefixes)</strong></a></h2>
</div>
<p>Update the active SEAD Set</p>
<div id= "#Functions##UpdateSet" 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>SEAD</p>
</div>
<h2><strong>Parameter:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#table
<strong><strong>SEADGroupPrefixes</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The prefixes to add, note: can also be a single #string</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="##(SEAD)">#SEAD</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>