Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2024-03-07 09:23:09 +00:00
parent 85a2d7ed9f
commit 03cee469c0
31 changed files with 666 additions and 858 deletions

View File

@@ -16404,6 +16404,12 @@ Note that when the WayPoint parameter is used, the new start mission waypoint of
</div>
</div>
<h2><strong>Usage:</strong></h2>
<pre class="example"><code>Intended Workflow is:
mygroup:WayPointInitialize()
mygroup:WayPointFunction( WayPoint, WayPointIndex, WayPointFunction, ... )
mygroup:WayPointExecute()</code></pre>
</div>
</div>
@@ -16484,6 +16490,12 @@ Note that when the WayPoint parameter is used, the new start mission waypoint of
</div>
</div>
<h2><strong>Usage:</strong></h2>
<pre class="example"><code>Intended Workflow is:
mygroup:WayPointInitialize()
mygroup:WayPointFunction( WayPoint, WayPointIndex, WayPointFunction, ... )
mygroup:WayPointExecute()</code></pre>
</div>
</div>
@@ -16533,6 +16545,12 @@ Note that when WayPointInitialize is called, the Mission of the controllable is
</div>
</div>
<h2><strong>Usage:</strong></h2>
<pre class="example"><code>Intended Workflow is:
mygroup:WayPointInitialize()
mygroup:WayPointFunction( WayPoint, WayPointIndex, WayPointFunction, ... )
mygroup:WayPointExecute()</code></pre>
</div>
</div>