Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-07-23 13:50:59 +00:00
parent d31ba55d78
commit 7374289fd8
32 changed files with 2220 additions and 908 deletions

View File

@@ -2441,6 +2441,12 @@
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).GetReportingName">UTILS.GetReportingName(Typename)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get the NATO reporting name of a unit type name</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).GetSimpleZones">UTILS.GetSimpleZones(Vec3, SearchRadius, PosRadius, NumPositions)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Search for clear zones in a given area.</p>
</td>
</tr>
<tr class="w3-border">
@@ -5992,6 +5998,92 @@ This function requires you to disable script sanitization in $DCS</em>ROOT\Scrip
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UTILS).GetSimpleZones" ><strong>UTILS.GetSimpleZones(Vec3, SearchRadius, PosRadius, NumPositions)</strong></a></h2>
</div>
<p>Search for clear zones in a given area.</p>
<p>A powerful and efficient function using Disposition to find clear areas for spawning ground units avoiding trees, water and map scenery.</p>
<div id= "#Functions##GetSimpleZones" 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>UTILS</p>
</div>
<h2><strong>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="DCS.html##(#)">DCS##</a>
<strong><strong>Vec3</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Center position vector for the search area.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>SearchRadius</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Radius of the search area.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>PosRadius</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Required clear radius around each position.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>NumPositions</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Number of positions to find.</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#table:</p>
</div>
<div class="w3-half">
<p>A table of DCS#Vec2 positions that are clear of map objects within the given PosRadius.</p>
</div>
</div>
</div>
</div>
</div>