mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -2556,7 +2556,7 @@ If you want to obtain the complete <strong>3D position</strong> including orient
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).EnableIRMarkerForGroup">UNIT:EnableIRMarkerForGroup()</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).EnableIRMarkerForGroup">UNIT: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>
|
||||
@@ -3033,6 +3033,12 @@ If you want to obtain the complete <strong>3D position</strong> including orient
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).RouteToVec3">UNIT: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="##(UNIT).Runtime">UNIT.Runtime</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -3524,7 +3530,7 @@ If you want to obtain the complete <strong>3D position</strong> including orient
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT)._StopSpot">UNIT._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">
|
||||
@@ -3537,12 +3543,6 @@ If you want to obtain the complete <strong>3D position</strong> including orient
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).spot">UNIT.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="##(UNIT).stoptimer">UNIT.stoptimer</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -10381,7 +10381,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="#(UNIT).EnableIRMarkerForGroup" ><strong>UNIT:EnableIRMarkerForGroup()</strong></a></h2>
|
||||
<h2><a id="#(UNIT).EnableIRMarkerForGroup" ><strong>UNIT:EnableIRMarkerForGroup(Runtime)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>[GROUND] Enable the IR markers for a whole group.</p>
|
||||
@@ -10392,6 +10392,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">
|
||||
@@ -20992,7 +21006,7 @@ mygroup:WayPointExecute()</code></pre>
|
||||
<h2><a id="#(UNIT)._StopSpot" ><strong>UNIT._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">
|
||||
|
||||
Reference in New Issue
Block a user