Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2023-11-26 16:02:38 +00:00
parent 394058dd98
commit c1517a67db
31 changed files with 805 additions and 665 deletions

View File

@@ -1906,6 +1906,12 @@ If you want to obtain the complete <strong>3D position</strong> including orient
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).GetRange">UNIT:GetRange()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns the unit's max range in meters derived from the DCS descriptors.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).GetSTN">UNIT:GetSTN()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get Link16 STN or SADL TN and other datalink info from Unit, if any.</p>
</td>
</tr>
<tr class="w3-border">
@@ -5603,6 +5609,60 @@ The spawn sequence number and unit number are contained within the name after th
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UNIT).GetSTN" ><strong>UNIT:GetSTN()</strong></a></h2>
</div>
<p>Get Link16 STN or SADL TN and other datalink info from Unit, if any.</p>
<div id= "#Functions##GetSTN" 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>UNIT</p>
</div>
<h2><strong>Return values:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#string:</p>
</div>
<div class="w3-half">
<p>STN STN or TN Octal as string, or nil if not set/capable.</p>
</div>
<div class="w3-half">
<p>#string:</p>
</div>
<div class="w3-half">
<p>VCL Voice Callsign Label or nil if not set/capable.</p>
</div>
<div class="w3-half">
<p>#string:</p>
</div>
<div class="w3-half">
<p>VCN Voice Callsign Number or nil if not set/capable.</p>
</div>
<div class="w3-half">
<p>#string:</p>
</div>
<div class="w3-half">
<p>Lead If true, unit is Flight Lead, else false or nil.</p>
</div>
</div>
</div>
</div>
</div>