Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-07-31 07:28:37 +00:00
parent 61fc479bc8
commit 2b004bdb4b
28 changed files with 1331 additions and 577 deletions

View File

@@ -2519,6 +2519,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).SetAIOnOff">CLIENT:SetAIOnOff(AIOnOff)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Turns the AI On or Off for the UNIT.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLIENT).SetCarrierIlluminationMode">CLIENT:SetCarrierIlluminationMode(Mode)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set the carrier illumination mode.</p>
</td>
</tr>
<tr class="w3-border">
@@ -9540,6 +9546,42 @@ If the unit object exists, the value of the DCS API function <a href="https://wi
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(CLIENT).SetCarrierIlluminationMode" ><strong>CLIENT:SetCarrierIlluminationMode(Mode)</strong></a></h2>
</div>
<p>Set the carrier illumination mode.</p>
<p>-2: OFF, -1: AUTO, 0: NAVIGATION, 1: AC LAUNCH, 2: AC RECOVERY</p>
<div id= "#Functions##SetCarrierIlluminationMode" 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.Unit.html##(UNIT)">Wrapper.Unit#UNIT</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>Mode</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Illumination mode, can be -2: OFF, -1: AUTO, 0: NAVIGATION, 1: AC LAUNCH, 2: AC RECOVERY</p>
</div>
</div>
</div>
</div>
</div>