Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-04-06 14:30:42 +00:00
parent 4b13b9c7fe
commit a226e6eab7
46 changed files with 18059 additions and 1932 deletions

View File

@@ -3551,12 +3551,6 @@ manager:Stop(7200)
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).termtype">RAT.termtype</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Type of terminal to be used when spawning at an airbase.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).type">RAT.type</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
@@ -4127,7 +4121,7 @@ and any spaces before and after the resulting name are removed.</p>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).SpawnFromPointVec2">RAT:SpawnFromPointVec2(PointVec2, MinHeight, MaxHeight, SpawnIndex)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Will spawn a group from a POINT_VEC2 in 3D space.</p>
<p>Will spawn a group from a COORDINATE in 3D space.</p>
</td>
</tr>
<tr class="w3-border">
@@ -4764,6 +4758,42 @@ 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).hidden">RAT.hidden</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).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).skill">RAT.skill</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
</table>
@@ -7311,17 +7341,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p>Type of terminal to be used when spawning at an airbase.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(RAT).type" ><strong>RAT.type</strong></a>
</div>
</div>
@@ -15202,17 +15221,6 @@ Initializes the ratcraft array and group menu.</p>
<p>Type of terminal to be used when spawning at an airbase.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(RAT).type" ><strong>RAT.type</strong></a>
</div>
</div>
@@ -19149,7 +19157,7 @@ You can use the returned group to further define the route to be followed.</p>
<h2><a id="#(RAT).SpawnFromPointVec2" ><strong>RAT:SpawnFromPointVec2(PointVec2, MinHeight, MaxHeight, SpawnIndex)</strong></a></h2>
</div>
<p>Will spawn a group from a POINT_VEC2 in 3D space.</p>
<p>Will spawn a group from a COORDINATE in 3D space.</p>
<p>This method is mostly advisable to be used if you want to simulate spawning groups on the ground from air units, like vehicles.
@@ -19166,13 +19174,13 @@ You can use the returned group to further define the route to be followed.</p>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="Core.Point.html##(POINT_VEC2)">Core.Point#POINT_VEC2</a>
<a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a>
<strong><strong>PointVec2</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The PointVec2 coordinates where to spawn the group.</p>
<p>The coordinates where to spawn the group.</p>
</div>
</div>
@@ -19265,13 +19273,13 @@ You can use the returned group to further define the route to be followed.</p>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="Core.Point.html##(POINT_VEC3)">Core.Point#POINT_VEC3</a>
<a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a>
<strong><strong>PointVec3</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The PointVec3 coordinates where to spawn the group.</p>
<p>The COORDINATE coordinates where to spawn the group.</p>
</div>
</div>
@@ -22116,17 +22124,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.</p
<p>Type of terminal to be used when spawning at an airbase.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(RAT).type" ><strong>RAT.type</strong></a>
</div>
</div>