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

@@ -2855,6 +2855,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).GetWayPoints">CLIENT: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="##(CLIENT).HasIRMarker">CLIENT: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">
@@ -12704,6 +12710,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="#(CLIENT).HasIRMarker" ><strong>CLIENT: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>