mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -2608,7 +2608,7 @@ We start the monitoring after 5 seconds, and will repeat every 30 seconds a chec
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ZONE_CAPTURE_COALITION).GetClearZonePositions">ZONE_CAPTURE_COALITION.GetClearZonePositions(PosRadius, NumPositions, self)</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ZONE_CAPTURE_COALITION).GetClearZonePositions">ZONE_CAPTURE_COALITION:GetClearZonePositions(PosRadius, NumPositions)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Search for clear ground spawn zones within this zone.</p>
|
||||
</td>
|
||||
@@ -2620,7 +2620,7 @@ We start the monitoring after 5 seconds, and will repeat every 30 seconds a chec
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ZONE_CAPTURE_COALITION).GetRandomClearZoneCoordinate">ZONE_CAPTURE_COALITION.GetRandomClearZoneCoordinate(PosRadius, NumPositions, self)</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ZONE_CAPTURE_COALITION).GetRandomClearZoneCoordinate">ZONE_CAPTURE_COALITION:GetRandomClearZoneCoordinate(PosRadius, NumPositions)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Search for a random clear ground spawn coordinate within this zone.</p>
|
||||
</td>
|
||||
@@ -5776,7 +5776,7 @@ end
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(ZONE_CAPTURE_COALITION).GetClearZonePositions" ><strong>ZONE_CAPTURE_COALITION.GetClearZonePositions(PosRadius, NumPositions, self)</strong></a></h2>
|
||||
<h2><a id="#(ZONE_CAPTURE_COALITION).GetClearZonePositions" ><strong>ZONE_CAPTURE_COALITION:GetClearZonePositions(PosRadius, NumPositions)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Search for clear ground spawn zones within this zone.</p>
|
||||
@@ -5817,16 +5817,6 @@ end
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
<strong><strong>self</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<h2><strong>Return value:</strong></h2>
|
||||
<div class="w3-row w3-border-bottom w3-margin-left">
|
||||
<div class="w3-half">
|
||||
@@ -5876,7 +5866,7 @@ end
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(ZONE_CAPTURE_COALITION).GetRandomClearZoneCoordinate" ><strong>ZONE_CAPTURE_COALITION.GetRandomClearZoneCoordinate(PosRadius, NumPositions, self)</strong></a></h2>
|
||||
<h2><a id="#(ZONE_CAPTURE_COALITION).GetRandomClearZoneCoordinate" ><strong>ZONE_CAPTURE_COALITION:GetRandomClearZoneCoordinate(PosRadius, NumPositions)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Search for a random clear ground spawn coordinate within this zone.</p>
|
||||
@@ -5917,16 +5907,6 @@ end
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
<strong><strong>self</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<h2><strong>Return values:</strong></h2>
|
||||
<div class="w3-row w3-border-bottom w3-margin-left">
|
||||
<div class="w3-half">
|
||||
|
||||
Reference in New Issue
Block a user