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:
@@ -2017,6 +2017,12 @@
|
||||
<th class="w3-half w3-left-align w3-container w3-padding-16"word-wrap: break-word">Fields and Methods inherited from DCSMAP</th>
|
||||
<th class="w3-half w3-left-align w3-container w3-padding-16">Description</th>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DCSMAP).Afghanistan">DCSMAP.Afghanistan</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="##(DCSMAP).Caucasus">DCSMAP.Caucasus</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
@@ -2846,6 +2852,12 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).TACANToFrequency">UTILS.TACANToFrequency(TACANChannel, TACANMode)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Converts a TACAN Channel/Mode couple into a frequency in Hz.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).TableLength">UTILS.TableLength(T)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Counts the number of elements in a table.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -3400,6 +3412,17 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
|
||||
<div class="fields w3-container w3-theme-l2">
|
||||
<h2>Field(s)</h2>
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#string
|
||||
<a id="#(DCSMAP).Afghanistan" ><strong>DCSMAP.Afghanistan</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
@@ -5156,7 +5179,8 @@ This function requires you to disable script sanitization in $DCS</em>ROOT\Scrip
|
||||
<li>Mariana Islands +2 (East)</li>
|
||||
<li>Falklands +12 (East) - note there's a LOT of deviation across the map, as we're closer to the South Pole</li>
|
||||
<li>Sinai +4.8 (East)</li>
|
||||
<li>Kola +15 (East) - not there is a lot of deviation across the map (-1° to +24°), as we are close to the North pole</li>
|
||||
<li>Kola +15 (East) - note there is a lot of deviation across the map (-1° to +24°), as we are close to the North pole</li>
|
||||
<li>Afghanistan +3 (East) - actually +3.6 (NW) to +2.3 (SE)</li>
|
||||
</ul>
|
||||
|
||||
<div id= "#Functions##GetMagneticDeclination" class="w3-show w3-white">
|
||||
@@ -9644,6 +9668,50 @@ The data will be a simple comma separated list of name and state etc, with one h
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(UTILS).TableLength" ><strong>UTILS.TableLength(T)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Counts the number of elements in a table.</p>
|
||||
|
||||
<div id= "#Functions##TableLength" 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>UTILS</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>T</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Table to count</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="##(int)">#int</a>:</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Number of elements in the table</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user