Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-01-31 13:29:19 +00:00
parent 8f77cd61b7
commit e515b81614
30 changed files with 769 additions and 614 deletions

View File

@@ -3924,7 +3924,7 @@ and any spaces before and after the resulting name are removed.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).InitRepeatOnLanding">RAT:InitRepeatOnLanding()</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).InitRepeatOnLanding">RAT:InitRepeatOnLanding(WaitingTime)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Respawn group after landing.</p>
</td>
@@ -4066,6 +4066,12 @@ 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).RepeatOnLanding">RAT.RepeatOnLanding</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).RepeatOnLandingTime">RAT.RepeatOnLandingTime</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
@@ -17670,7 +17676,7 @@ So ensure that the routes for groups that respawn, always return to the original
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(RAT).InitRepeatOnLanding" ><strong>RAT:InitRepeatOnLanding()</strong></a></h2>
<h2><a id="#(RAT).InitRepeatOnLanding" ><strong>RAT:InitRepeatOnLanding(WaitingTime)</strong></a></h2>
</div>
<p>Respawn group after landing.</p>
@@ -17681,6 +17687,20 @@ So ensure that the routes for groups that respawn, always return to the original
<div class="w3-margin-left">
<p><a href="Core.Spawn.html##(SPAWN)">Core.Spawn#SPAWN</a></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>WaitingTime</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Wait this many seconds before despawning the alive group after landing. Defaults to 3 .</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
@@ -17698,7 +17718,7 @@ So ensure that the routes for groups that respawn, always return to the original
-- Re-SPAWN the Group(s) after each landing and Engine Shut-Down automatically.
SpawnRU_SU34 = SPAWN:New( 'Su-34' )
:InitRandomizeRoute( 1, 1, 3000 )
:InitRepeatOnLanding()
:InitRepeatOnLanding(20)
:Spawn()
</code></pre>