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

@@ -2130,6 +2130,12 @@ If the DCS Unit object does not exist or is nil, the CLIENT methods will return
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLIENT).GetRange">CLIENT: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="##(CLIENT).GetSTN">CLIENT: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">
@@ -7205,6 +7211,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="#(CLIENT).GetSTN" ><strong>CLIENT: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><a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a></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>