Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-03-11 09:54:46 +00:00
parent 9a04b2e77c
commit 29d479aa55
33 changed files with 1102 additions and 856 deletions
+24 -10
View File
@@ -2786,7 +2786,7 @@ If the DCS Unit object does not exist or is nil, the CLIENT methods will return
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLIENT).EnableIRMarkerForGroup">CLIENT:EnableIRMarkerForGroup()</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLIENT).EnableIRMarkerForGroup">CLIENT:EnableIRMarkerForGroup(Runtime)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>[GROUND] Enable the IR markers for a whole group.</p>
</td>
@@ -3263,6 +3263,12 @@ If the DCS Unit object does not exist or is nil, the CLIENT methods will return
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLIENT).RouteToVec3">CLIENT:RouteToVec3(Point, Speed)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>(AIR + GROUND) Make the Controllable move to a given point.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLIENT).Runtime">CLIENT.Runtime</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
@@ -3754,7 +3760,7 @@ If the DCS Unit object does not exist or is nil, the CLIENT methods will return
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLIENT)._StopSpot">CLIENT._StopSpot(spot)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>[Internal] This method is called by the scheduler after disabling the IR marker.</p>
<p>[Internal] This method is called by the scheduler to blink the IR marker.</p>
</td>
</tr>
<tr class="w3-border">
@@ -3767,12 +3773,6 @@ If the DCS Unit object does not exist or is nil, the CLIENT methods will return
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLIENT).spot">CLIENT.spot</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="##(CLIENT).stoptimer">CLIENT.stoptimer</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
@@ -12091,7 +12091,7 @@ See <a href="https://wiki.hoggitworld.com/view/DCS_task_tanker">hoggit</a>.</p>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(CLIENT).EnableIRMarkerForGroup" ><strong>CLIENT:EnableIRMarkerForGroup()</strong></a></h2>
<h2><a id="#(CLIENT).EnableIRMarkerForGroup" ><strong>CLIENT:EnableIRMarkerForGroup(Runtime)</strong></a></h2>
</div>
<p>[GROUND] Enable the IR markers for a whole group.</p>
@@ -12102,6 +12102,20 @@ See <a href="https://wiki.hoggitworld.com/view/DCS_task_tanker">hoggit</a>.</p>
<div class="w3-margin-left">
<p><a href="Wrapper.Controllable.html##(CONTROLLABLE)">Wrapper.Controllable#CONTROLLABLE</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>Runtime</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Runtime of the marker in seconds</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
@@ -22702,7 +22716,7 @@ mygroup:WayPointExecute()</code></pre>
<h2><a id="#(CLIENT)._StopSpot" ><strong>CLIENT._StopSpot(spot)</strong></a></h2>
</div>
<p>[Internal] This method is called by the scheduler after disabling the IR marker.</p>
<p>[Internal] This method is called by the scheduler to blink the IR marker.</p>
<div id= "#Functions##_StopSpot" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">