Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2024-03-05 21:32:31 +00:00
parent 4f5b92641b
commit 85a2d7ed9f
30 changed files with 924 additions and 811 deletions

View File

@@ -1735,7 +1735,7 @@ a Task that can call a GLOBAL function from within the Controller execution.
This method can also be used to <strong>embed a function call when a certain waypoint has been reached</strong>.
See below the <strong>Tasks at Waypoints</strong> section.</p>
<p>Demonstration Mission: <a href="https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master/Wrapper/Group/GRP-502%20-%20Route%20at%20waypoint%20to%20random%20point">GRP-502 - Route at waypoint to random point</a></p>
<p>Demonstration Mission: <a href="https://github.com/FlightControl-Master/MOOSE_Demos/tree/master/Wrapper/Group/502-Route-at-waypoint-to-random-point">GRP-502 - Route at waypoint to random point</a></p>
<h2>2.5) Tasks at Waypoints</h2>
@@ -2194,7 +2194,7 @@ The method <a href="##(CONTROLLABLE).SetTaskWaypoint">CONTROLLABLE.SetTaskWaypoi
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CONTROLLABLE).OptionECM">CONTROLLABLE:OptionECM(ECMvalue)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>[Air] Defines the usage of Electronic Counter Measures by airborne forces. </p>
<p>[Air] Defines the usage of Electronic Counter Measures by airborne forces.</p>
</td>
</tr>
<tr class="w3-border">
@@ -2530,7 +2530,7 @@ The method <a href="##(CONTROLLABLE).SetTaskWaypoint">CONTROLLABLE.SetTaskWaypoi
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CONTROLLABLE).SetSpeed">CONTROLLABLE:SetSpeed(Speed, Keep)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Sets the controlled group to go at the specified speed in meters per second. </p>
<p>Sets the controlled group to go at the specified speed in meters per second.</p>
</td>
</tr>
<tr class="w3-border">
@@ -5230,7 +5230,7 @@ Note that a controllable can only have one beacon activated at a time with the e
</div>
<div class="w3-half">
<p>(Optional, if your object is a UNIT) The UNIT ID this is for. </p>
<p>(Optional, if your object is a UNIT) The UNIT ID this is for.</p>
</div>
</div>
@@ -5709,7 +5709,7 @@ See <a href="https://wiki.hoggitworld.com/view/DCS_task_ewr">hoggit</a>.</p>
<p>(AIR) Engaging a controllable.</p>
<p>The task does not assign the target controllable to the unit/controllable to attack now;
<p>The task does not assign the target controllable to the unit/controllable to attack now;
it just allows the unit/controllable to engage the target controllable as well as other assigned targets.
See <a href="https://wiki.hoggitworld.com/view/DCS_task_engageGroup">hoggit</a>.</p>
@@ -6153,7 +6153,7 @@ See <a href="https://wiki.hoggitworld.com/view/DCS_task_engageGroup">hoggit</a>.
<p>(AIR + GROUND) The task makes the controllable/unit a FAC and lets the FAC to choose a targets (enemy ground controllable) around as well as other assigned targets.</p>
<p>Assigns the controlled group to act as a Forward Air Controller or JTAC. Any detected targets will be assigned as targets to the player via the JTAC radio menu.
<p>Assigns the controlled group to act as a Forward Air Controller or JTAC. Any detected targets will be assigned as targets to the player via the JTAC radio menu.
Target designation is set to auto and is dependent on the circumstances.
See <a href="https://wiki.hoggitworld.com/view/DCS_task_fac">hoggit</a>.</p>
@@ -7962,7 +7962,7 @@ If <strong>at least one</strong> detection method is specified, only the methods
<h2><a id="#(CONTROLLABLE).OptionECM" ><strong>CONTROLLABLE:OptionECM(ECMvalue)</strong></a></h2>
</div>
<p>[Air] Defines the usage of Electronic Counter Measures by airborne forces. </p>
<p>[Air] Defines the usage of Electronic Counter Measures by airborne forces.</p>
<div id= "#Functions##OptionECM" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -10268,7 +10268,7 @@ Warning! When you switch this option off, the airborne group will continue to fl
</div>
<div class="w3-half">
<p>(Optional) When set to true, will maintain the altitude on passing waypoints. If not present or false, the controlled group will return to the altitude as defined by their route. </p>
<p>(Optional) When set to true, will maintain the altitude on passing waypoints. If not present or false, the controlled group will return to the altitude as defined by their route.</p>
</div>
</div>
@@ -10575,7 +10575,7 @@ Warning! When you switch this option off, the airborne group will continue to fl
<h2><a id="#(CONTROLLABLE).SetSpeed" ><strong>CONTROLLABLE:SetSpeed(Speed, Keep)</strong></a></h2>
</div>
<p>Sets the controlled group to go at the specified speed in meters per second. </p>
<p>Sets the controlled group to go at the specified speed in meters per second.</p>
<div id= "#Functions##SetSpeed" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -10606,7 +10606,7 @@ Warning! When you switch this option off, the airborne group will continue to fl
</div>
<div class="w3-half">
<p>(Optional) When set to true, will maintain the speed on passing waypoints. If not present or false, the controlled group will return to the speed as defined by their route. </p>
<p>(Optional) When set to true, will maintain the speed on passing waypoints. If not present or false, the controlled group will return to the speed as defined by their route.</p>
</div>
</div>
@@ -10812,7 +10812,7 @@ Warning! When you switch this option off, the airborne group will continue to fl
<h2><strong>Usage:</strong></h2>
<pre class="example"><code> local plane = GROUP:FindByName("Aerial-1")
-- get a task shell
local aerotask = plane:TaskAerobatics()
local aerotask = plane:TaskAerobatics()
-- add a series of maneuvers
aerotask = plane:TaskAerobaticsHorizontalEight(aerotask,1,5000,850,true,false,1,70)
aerotask = plane:TaskAerobaticsWingoverFlight(aerotask,1,0,0,true,true,20)