Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-09-03 08:38:52 +00:00
parent 44237c90b3
commit c6c6e8ee83
27 changed files with 491 additions and 937 deletions
+44
View File
@@ -2050,6 +2050,12 @@ Use the following Zone validation methods on the group:</p>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(GROUP).GetAverageVec3">GROUP:GetAverageVec3()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns the average Vec3 vector of the Units in the GROUP.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(GROUP).GetBoundingBox">GROUP:GetBoundingBox()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get the bounding box of the group combining UNIT:GetBoundingBox() units.</p>
</td>
</tr>
<tr class="w3-border">
@@ -6673,6 +6679,44 @@ Ship:Destroy( false ) -- Don't generate an event upon destruction.
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(GROUP).GetBoundingBox" ><strong>GROUP:GetBoundingBox()</strong></a></h2>
</div>
<p>Get the bounding box of the group combining UNIT:GetBoundingBox() units.</p>
<div id= "#Functions##GetBoundingBox" 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>GROUP</p>
</div>
<h2><strong>Return values:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="DCS.html##(Box3)">DCS#Box3</a>:</p>
</div>
<div class="w3-half">
<p>The bounding box of the GROUP.</p>
</div>
<div class="w3-half">
<p>#nil:</p>
</div>
<div class="w3-half">
<p>The GROUP does not have any alive units.</p>
</div>
</div>
</div>
</div>
</div>