Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2023-12-22 20:14:04 +00:00
parent 2b5abb0b70
commit 459e5ea73b
24 changed files with 886 additions and 765 deletions

View File

@@ -1703,7 +1703,7 @@ Even the mission designer will not know where aircraft will be spawned and which
<ul>
<li>A specific departure and/or destination airport can be chosen.</li>
<li>Valid coalitions can be set, e.g. only red, blue or neutral, all three "colours".</li>
<li>It is possible to start in air within a zone defined in the mission editor or within a zone above an airport of the map.</li>
<li>It is possible to start in air within a zone or within a zone above an airport of the map.</li>
</ul>
<h2>Flight Plan</h2>
@@ -2984,7 +2984,7 @@ manager:Stop(7200)
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT)._ZoneExists">RAT:_ZoneExists(name)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Test if a trigger zone defined in the mission editor exists.</p>
<p>Test if a zone exists.</p>
</td>
</tr>
<tr class="w3-border">
@@ -4570,30 +4570,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).communication">RAT.communication</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).frequency">RAT.frequency</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).livery_id">RAT.livery_id</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>
@@ -8945,7 +8921,7 @@ You can set the country explicitly via the RAT:SetCountry() function if necessar
<p>Set possible departure ports.</p>
<p>This can be an airport or a zone defined in the mission editor.</p>
<p>This can be an airport or a zone.</p>
<div id= "#Functions##SetDeparture" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -8982,7 +8958,7 @@ You can set the country explicitly via the RAT:SetCountry() function if necessar
<ul>
<li><pre class="example"><code>RAT:SetDeparture("Sochi-Adler") will spawn RAT objects at Sochi-Adler airport.</code></pre></li>
<li><pre class="example"><code>RAT:SetDeparture({"Sochi-Adler", "Gudauta"}) will spawn RAT aircraft radomly at Sochi-Adler or Gudauta airport.</code></pre></li>
<li><pre class="example"><code>RAT:SetDeparture({"Zone A", "Gudauta"}) will spawn RAT aircraft in air randomly within Zone A, which has to be defined in the mission editor, or within a zone around Gudauta airport. Note that this also requires RAT:takeoff("air") to be set.</code></pre></li>
<li><pre class="example"><code>RAT:SetDeparture({"Zone A", "Gudauta"}) will spawn RAT aircraft in air randomly within Zone A, or within a zone around Gudauta airport. Note that this also requires RAT:takeoff("air") to be set.</code></pre></li>
</ul>
</div>
@@ -13704,7 +13680,7 @@ Initializes the ratcraft array and group menu.</p>
<h2><a id="#(RAT)._ZoneExists" ><strong>RAT:_ZoneExists(name)</strong></a></h2>
</div>
<p>Test if a trigger zone defined in the mission editor exists.</p>
<p>Test if a zone exists.</p>
<div id= "#Functions##_ZoneExists" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">