Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2026-02-06 13:13:33 +00:00
parent 291700617c
commit 9914e69729
27 changed files with 338 additions and 1286 deletions
+56 -6
View File
@@ -2342,6 +2342,12 @@ manager:Stop(7200)
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).SetMinCruiseAltitude">RAT:SetMinCruiseAltitude(alt)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set min cruising altitude above sea level.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).SetMinCruiseSpeed">RAT:SetMinCruiseSpeed(speed)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set the minimum cruise speed of the aircraft.</p>
</td>
</tr>
<tr class="w3-border">
@@ -2522,6 +2528,12 @@ manager:Stop(7200)
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).Vcruisemax">RAT.Vcruisemax</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Max cruise speed in m/s (250 m/s = 900 km/h = 486 kt) set by user.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).Vcruisemin">RAT.Vcruisemin</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
@@ -4647,12 +4659,6 @@ and any spaces before and after the resulting name are removed.</p>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT)._TranslateRotate">RAT:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle)</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="##(RAT).uncontrolled">RAT.uncontrolled</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
</table>
@@ -10523,6 +10529,50 @@ Default is FL200 for planes and FL005 for helicopters.</p>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(RAT).SetMinCruiseSpeed" ><strong>RAT:SetMinCruiseSpeed(speed)</strong></a></h2>
</div>
<p>Set the minimum cruise speed of the aircraft.</p>
<div id= "#Functions##SetMinCruiseSpeed" 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>RAT</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>
#number
<strong><strong>speed</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Speed in km/h.</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="##(RAT)">#RAT</a>:</p>
</div>
<div class="w3-half">
<p>RAT self object.</p>
</div>
</div>
</div>
</div>
</div>