mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -2415,6 +2415,18 @@ The different values of Unit.Category can be:</p>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_ZONES).RadarBlur">DETECTION_ZONES.RadarBlur</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="##(DETECTION_ZONES).RadarBlurClosing">DETECTION_ZONES.RadarBlurClosing</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="##(DETECTION_ZONES).RadarBlurClosingSquare">DETECTION_ZONES.RadarBlurClosingSquare</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2532,7 +2544,7 @@ The different values of Unit.Category can be:</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_ZONES).SetRadarBlur">DETECTION_ZONES:SetRadarBlur(minheight, thresheight, thresblur)</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_ZONES).SetRadarBlur">DETECTION_ZONES:SetRadarBlur(minheight, thresheight, thresblur, closing)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Method to make the radar detection less accurate, e.g.</p>
|
||||
</td>
|
||||
@@ -8068,7 +8080,7 @@ This, this method allows to register for a detection the CAP unit name prefixes
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(DETECTION_ZONES).SetRadarBlur" ><strong>DETECTION_ZONES:SetRadarBlur(minheight, thresheight, thresblur)</strong></a></h2>
|
||||
<h2><a id="#(DETECTION_ZONES).SetRadarBlur" ><strong>DETECTION_ZONES:SetRadarBlur(minheight, thresheight, thresblur, closing)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Method to make the radar detection less accurate, e.g.</p>
|
||||
@@ -8120,6 +8132,19 @@ This, this method allows to register for a detection the CAP unit name prefixes
|
||||
|
||||
<p>Threshold to be detected by the radar overall, defaults to 85 (85% chance to be found)</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
#number
|
||||
<strong><strong>closing</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Closing-in in km - the limit of km from which on it becomes increasingly difficult to escape radar detection if flying towards the radar position. Should be about 1/3 of the radar detection radius in kilometers, defaults to 20.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2><strong>Return value:</strong></h2>
|
||||
|
||||
Reference in New Issue
Block a user