Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-07-03 08:51:22 +00:00
parent dd43d0faa2
commit 924c7b7114
26 changed files with 961 additions and 1013 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).SetLife">CLIENT:SetLife(Percent)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set the relative life points of a UNIT object</p>
</td>
</tr>
<tr class="w3-border">
@@ -9504,6 +9510,39 @@ 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).SetLife" ><strong>CLIENT:SetLife(Percent)</strong></a></h2>
</div>
<p>Set the relative life points of a UNIT object</p>
<div id= "#Functions##SetLife" 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>Percent</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Percent to set, can be 0..100.</p>
</div>
</div>
</div>
</div>
</div>