Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-08-25 10:12:07 +00:00
parent a59479f50f
commit 1571142d33
29 changed files with 913 additions and 638 deletions
+5 -14
View File
@@ -3074,7 +3074,7 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).ValidateAndRepositionGroundUnits">UTILS.ValidateAndRepositionGroundUnits(table, Anchor, MaxRadius, Spacing, Positions)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).ValidateAndRepositionGroundUnits">UTILS.ValidateAndRepositionGroundUnits(Positions, Anchor, MaxRadius, Spacing)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>This function uses Disposition and other fallback logic to find better ground positions for ground units.</p>
</td>
@@ -12910,7 +12910,7 @@ static, shape_name is optional. Also, livery_id is optional, but is applied to t
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UTILS).ValidateAndRepositionGroundUnits" ><strong>UTILS.ValidateAndRepositionGroundUnits(table, Anchor, MaxRadius, Spacing, Positions)</strong></a></h2>
<h2><a id="#(UTILS).ValidateAndRepositionGroundUnits" ><strong>UTILS.ValidateAndRepositionGroundUnits(Positions, Anchor, MaxRadius, Spacing)</strong></a></h2>
</div>
<p>This function uses Disposition and other fallback logic to find better ground positions for ground units.</p>
@@ -12932,12 +12932,13 @@ static, shape_name is optional. Also, livery_id is optional, but is applied to t
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<strong><strong>table</strong></strong>
#table
<strong><strong>Positions</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Positions A table of DCS#Vec2 or DCS#Vec3, can be a units table from the group template.</p>
<p>A table of DCS#Vec2 or DCS#Vec3, can be a units table from the group template.</p>
</div>
</div>
@@ -12980,16 +12981,6 @@ static, shape_name is optional. Also, livery_id is optional, but is applied to t
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<strong><strong>Positions</strong></strong>
</p>
</div>
<div class="w3-half">
<p></p>
</div>
</div>
</div>
</div>