Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-03-06 13:54:18 +00:00
parent 34a15450ff
commit 0e193488f0
29 changed files with 1333 additions and 641 deletions

View File

@@ -2625,6 +2625,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).GetWayPoints">UNIT:GetWayPoints()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get the current WayPoints set with the WayPoint functions( Note that the WayPoints can be nil, although there ARE waypoints).</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).HasIRMarker">UNIT:HasIRMarker()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>[GROUND] Check if an IR Spot exists.</p>
</td>
</tr>
<tr class="w3-border">
@@ -10994,6 +11000,36 @@ TODO: Rework the method how to retrieve a template ...</p>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UNIT).HasIRMarker" ><strong>UNIT:HasIRMarker()</strong></a></h2>
</div>
<p>[GROUND] Check if an IR Spot exists.</p>
<div id= "#Functions##HasIRMarker" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p><a href="Wrapper.Controllable.html##(CONTROLLABLE)">Wrapper.Controllable#CONTROLLABLE</a></p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#boolean:</p>
</div>
<div class="w3-half">
<p>outcome</p>
</div>
</div>
</div>
</div>
</div>