Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2023-11-23 17:17:05 +00:00
parent d5249fbbb1
commit be7bbc36e0
27 changed files with 618 additions and 989 deletions

View File

@@ -4519,13 +4519,13 @@ 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).communication">RAT.communication</a></p></td>
<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).frequency">RAT.frequency</a></p></td>
<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>
@@ -18330,7 +18330,7 @@ You can use the returned group to further define the route to be followed.</p>
</div>
<h2><strong>Usage:</strong></h2>
<pre class="example"><code>
local SpawnPointVec2 = ZONE:New( ZoneName ):GetPointVec2()
local SpawnPointVec2 = ZONE:New( ZoneName ):GetPointVec2()
-- Spawn at the zone center position at the height specified in the ME of the group template!
SpawnAirplanes:SpawnFromPointVec2( SpawnPointVec2 )