Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2023-10-30 14:00:12 +00:00
parent 15a9a24115
commit f62fcd9934
33 changed files with 540 additions and 982 deletions

View File

@@ -1766,7 +1766,7 @@ airstripes. This can lead to multiple problems in DCS.</p>
<ul>
<li>Landing: When an aircraft tries to land at an airport where it does not have a valid parking spot, it is immidiately despawned the moment its wheels touch the runway, i.e.
when a landing event is triggered. This leads to the loss of the RAT aircraft. On possible way to circumvent the this problem is to let another RAT aircraft spawn at landing
and not when it shuts down its engines. See the <a href="RAT.RespawnAfterLanding.html">RAT.RespawnAfterLanding</a>() function.</li>
and not when it shuts down its engines. See the <a href="##(RAT).RespawnAfterLanding">RAT.RespawnAfterLanding</a>() function.</li>
<li>Spawning: When a big aircraft is dynamically spawned on a small airbase a few things can go wrong. For example, it could be spawned at a parking spot with a shelter.
Or it could be damaged by a scenery object when it is taxiing out to the runway, or it could overlap with other aircraft on parking spots near by.</li>
</ul>
@@ -3648,7 +3648,7 @@ When groups are still alive and have become inactive due to damage and are unabl
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).InitDelayOn">RAT:InitDelayOn()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Turns the Delay On for the <a href="Wrapper.Group.html">Wrapper.Group</a> when spawning with <a href="SpawnScheduled.html">SpawnScheduled</a>().</p>
<p>Turns the Delay On for the <a href="Wrapper.Group.html">Wrapper.Group</a> when spawning with <a href="##(SpawnScheduled)">#SpawnScheduled</a>().</p>
</td>
</tr>
<tr class="w3-border">
@@ -4534,6 +4534,18 @@ 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).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).modulation">RAT.modulation</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>
@@ -13008,7 +13020,7 @@ If takeoff style is set to "air", we use zones around the airports or the zones
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="Wrapper.Airport.html##(AIRBASE)">Wrapper.Airport#AIRBASE</a>
<a href="Wrapper.Airbase.html##(AIRBASE)">Wrapper.Airbase#AIRBASE</a>
<strong><strong>_departure</strong></strong>
</p>
</div>
@@ -13021,7 +13033,7 @@ If takeoff style is set to "air", we use zones around the airports or the zones
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="Wrapper.Airport.html##(AIRBASE)">Wrapper.Airport#AIRBASE</a>
<a href="Wrapper.Airbase.html##(AIRBASE)">Wrapper.Airbase#AIRBASE</a>
<strong><strong>_destination</strong></strong>
</p>
</div>
@@ -13047,7 +13059,7 @@ If takeoff style is set to "air", we use zones around the airports or the zones
<h2><strong>Return values:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="Wrapper.Airport.html##(AIRBASE)">Wrapper.Airport#AIRBASE</a>:</p>
<p><a href="Wrapper.Airbase.html##(AIRBASE)">Wrapper.Airbase#AIRBASE</a>:</p>
</div>
<div class="w3-half">
@@ -13055,7 +13067,7 @@ If takeoff style is set to "air", we use zones around the airports or the zones
</div>
<div class="w3-half">
<p><a href="Wrapper.Airport.html##(AIRBASE)">Wrapper.Airport#AIRBASE</a>:</p>
<p><a href="Wrapper.Airbase.html##(AIRBASE)">Wrapper.Airbase#AIRBASE</a>:</p>
</div>
<div class="w3-half">
@@ -15655,7 +15667,7 @@ When groups are still alive and have become inactive due to damage and are unabl
<h2><a id="#(RAT).InitDelayOn" ><strong>RAT:InitDelayOn()</strong></a></h2>
</div>
<p>Turns the Delay On for the <a href="Wrapper.Group.html">Wrapper.Group</a> when spawning with <a href="SpawnScheduled.html">SpawnScheduled</a>().</p>
<p>Turns the Delay On for the <a href="Wrapper.Group.html">Wrapper.Group</a> when spawning with <a href="##(SpawnScheduled)">#SpawnScheduled</a>().</p>
<p>In effect then the 1st group will only be spawned
@@ -19051,7 +19063,7 @@ The variation is a number between 0 and 1, representing the % of variation to be
<div class="w3-half">
<p>Do not spawn the <strong>first</strong> group immediately, but delay the spawn as per the calculation below.
Effectively the same as <a href="InitDelayOn.html">InitDelayOn</a>().</p>
Effectively the same as <a href="##(InitDelayOn)">#InitDelayOn</a>().</p>
</div>
</div>
@@ -19540,7 +19552,7 @@ It will return nil of no prefix was found.</p>
<p>Will detect AIR Units shutting down their engines ...</p>
<p>When the event takes place, and the method <a href="RepeatOnEngineShutDown.html">RepeatOnEngineShutDown</a> was called, the spawned Group will Re-SPAWN.
<p>When the event takes place, and the method <a href="##(InitRepeatOnEngineShutDown)">#InitRepeatOnEngineShutDown</a> was called, the spawned Group will Re-SPAWN.
But only when the Unit was registered to have landed.</p>
<div id= "#Functions##_OnEngineShutDown" class="w3-show w3-white">