MOOSE generated documentation [skip ci]

This commit is contained in:
FlightControl-User
2021-01-13 09:23:52 +00:00
parent 627e4e3689
commit a5f52b2216
18 changed files with 419 additions and 499 deletions

View File

@@ -1487,7 +1487,8 @@ in the mission editor are absolute maximum ranges; in-game this is rather 50-75%
<h1>2. Start up your MANTIS with a basic setting</h1>
<p> <code>myredmantis = MANTIS:New("myredmantis","Red SAM","Red EWR",nil,"red",false)</code></p>
<p> <code>myredmantis = MANTIS:New("myredmantis","Red SAM","Red EWR",nil,"red",false)</code>
<code>myredmantis:Start()</code></p>
<p>[optional] Use </p>
@@ -1499,13 +1500,12 @@ in the mission editor are absolute maximum ranges; in-game this is rather 50-75%
<li><code>MANTIS:SetAutoRelocate(hq, ewr)</code></li>
</ul>
<p>to fine-tune your setup.</p>
<p> <code>myredmantis:Start()</code></p>
<p>before starting #MANTIS to fine-tune your setup.</p>
<p>If you want to use a separate AWACS unit (default detection range: 250km) to support your EWR system, use e.g. the following setup:</p>
<p> <code>mybluemantis = MANTIS:New("bluemantis","Blue SAM","Blue EWR",nil,"blue",false,"Blue Awacs")</code></p>
<p> <code>mybluemantis = MANTIS:New("bluemantis","Blue SAM","Blue EWR",nil,"blue",false,"Blue Awacs")</code>
<code>mybluemantis:Start()</code></p>
<h1>3. Default settings</h1>
@@ -1704,7 +1704,7 @@ in the mission editor are absolute maximum ranges; in-game this is rather 50-75%
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MANTIS).New">MANTIS:New(name, samprefix, ewrprefix, hq, coaltion, dynamic, awacs)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p> Function instantiate new class</p>
<p> Function to instantiate a new object of class MANTIS</p>
</td>
</tr>
<tr class="w3-border">
@@ -1765,6 +1765,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).SetEWRRange">MANTIS:SetEWRRange(radius)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Function to set the detection radius of the EWR in meters</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MANTIS).SetNewSAMRangeWhileRunning">MANTIS:SetNewSAMRangeWhileRunning(range)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Function to set a new SAM firing engage range, use this method to adjust range while running MANTIS, e.g.</p>
</td>
</tr>
<tr class="w3-border">
@@ -1979,7 +1985,7 @@ in the mission editor are absolute maximum ranges; in-game this is rather 50-75%
<div class="w3-white" id="record_type">
<ul>
<li><strong>MANTIS</strong> class, extends <a href="Core.Base.html##(BASE)">Core.Base#BASE</a></li>
<li><strong>MANTIS</strong> class, extends <a href="##(Core).Base">Core.Base</a></li>
</ul>
<div class="fields w3-container w3-theme-l2">
@@ -1993,17 +1999,6 @@ in the mission editor are absolute maximum ranges; in-game this is rather 50-75%
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(MANTIS).AWACS_Prefix" ><strong>MANTIS.AWACS_Prefix</strong></a>
</div>
</div>
@@ -2496,7 +2491,7 @@ in the mission editor are absolute maximum ranges; in-game this is rather 50-75%
<h2><a id="#(MANTIS).New" ><strong>MANTIS:New(name, samprefix, ewrprefix, hq, coaltion, dynamic, awacs)</strong></a></h2>
</div>
<p> Function instantiate new class</p>
<p> Function to instantiate a new object of class MANTIS</p>
<div id= "#Functions##New" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -2883,6 +2878,42 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`</code></pre>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(MANTIS).SetNewSAMRangeWhileRunning" ><strong>MANTIS:SetNewSAMRangeWhileRunning(range)</strong></a></h2>
</div>
<p>Function to set a new SAM firing engage range, use this method to adjust range while running MANTIS, e.g.</p>
<p>for different setups day and night</p>
<div id= "#Functions##SetNewSAMRangeWhileRunning" 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>Parameter:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>range</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Percent of the max fire range</p>
</div>
</div>
</div>
</div>
</div>