Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-12-10 08:41:10 +00:00
parent 579d5f2f86
commit bbb8f27633
25 changed files with 970 additions and 798 deletions
+167 -2
View File
@@ -1918,13 +1918,19 @@ pseudoATC:Start()
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(PSEUDOATC).ReportBR">PSEUDOATC:ReportBR(GID, UID, position, location)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Report absolute bearing and range form player unit to airport.</p>
<p>Report absolute bearing and range from player unit to airport.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(PSEUDOATC).ReportHeight">PSEUDOATC:ReportHeight(GID, UID, dt, _clear)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Report altitude above ground level of player unit.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(PSEUDOATC).ReportRadios">PSEUDOATC:ReportRadios(GID, UID, position, location)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Report airport radio information.</p>
</td>
</tr>
<tr class="w3-border">
@@ -1961,6 +1967,12 @@ pseudoATC:Start()
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(PSEUDOATC).SetReportPlayername">PSEUDOATC:SetReportPlayername()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Use player name, not call sign, in callouts</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(PSEUDOATC).SetUsingRadioInformationFromMap">PSEUDOATC:SetUsingRadioInformationFromMap(path)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns a string which consits of this callsign and the player name.</p>
</td>
</tr>
<tr class="w3-border">
@@ -2045,6 +2057,12 @@ pseudoATC:Start()
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(PSEUDOATC).player">PSEUDOATC.player</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Table comprising each player info.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(PSEUDOATC).radios">PSEUDOATC.radios</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
@@ -2784,6 +2802,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p>Table comprising each player info.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(PSEUDOATC).radios" ><strong>PSEUDOATC.radios</strong></a>
</div>
</div>
@@ -3519,7 +3548,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<h2><a id="#(PSEUDOATC).ReportBR" ><strong>PSEUDOATC:ReportBR(GID, UID, position, location)</strong></a></h2>
</div>
<p>Report absolute bearing and range form player unit to airport.</p>
<p>Report absolute bearing and range from player unit to airport.</p>
<div id= "#Functions##ReportBR" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -3665,6 +3694,78 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(PSEUDOATC).ReportRadios" ><strong>PSEUDOATC:ReportRadios(GID, UID, position, location)</strong></a></h2>
</div>
<p>Report airport radio information.</p>
<div id= "#Functions##ReportRadios" 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>PSEUDOATC</p>
</div>
<h2><strong>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>GID</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Group id of player unit.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>UID</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Unit id of player. </p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a>
<strong><strong>position</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Coordinate of the airport.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>location</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Name of the airport.</p>
</div>
</div>
</div>
</div>
</div>
@@ -3891,6 +3992,59 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(PSEUDOATC).SetUsingRadioInformationFromMap" ><strong>PSEUDOATC:SetUsingRadioInformationFromMap(path)</strong></a></h2>
</div>
<p>Returns a string which consits of this callsign and the player name.</p>
<p> </p>
<div id= "#Functions##SetUsingRadioInformationFromMap" 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>PSEUDOATC</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>
#string
<strong><strong>path</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Path to map data, e.g. <code>[[&lt;DCS_Install_Directory&gt;\Mods\terrains\&lt;Map_Name&gt;\Radio.lua]]</code> (replace with correct path).
Needs <code>lfs</code> and <code>io</code> to be desanitized in the <code>MissionScripting.lua</code> in <code>&lt;DCS_Install_Directory&gt;\Scripts</code></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="##(PSEUDOATC)">#PSEUDOATC</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
<h2><strong>Usage:</strong></h2>
<pre class="example"><code>
mypseudoatc:SetUsingRadioInformationFromMap([[C:\Program Files\Eagle Dynamics\DCS World.Openbeta\Mods\terrains\Caucasus\Radio.lua]])
</code></pre>
</div>
</div>
</div>
@@ -4295,6 +4449,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p>Table comprising each player info.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(PSEUDOATC).radios" ><strong>PSEUDOATC.radios</strong></a>
</div>
</div>