Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-04-06 14:30:42 +00:00
parent 4b13b9c7fe
commit a226e6eab7
46 changed files with 18059 additions and 1932 deletions

View File

@@ -2186,13 +2186,13 @@ Therefore, this class is considered to be deprecated</p>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ZONE_GOAL_CARGO).GetRandomPointVec2">ZONE_GOAL_CARGO:GetRandomPointVec2(inner, outer)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns a <a href="Core.Point.html##(POINT_VEC2)">Core.Point#POINT_VEC2</a> object reflecting a random 2D location within the zone.</p>
<p>Returns a <a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a> object reflecting a random 2D location within the zone.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ZONE_GOAL_CARGO).GetRandomPointVec3">ZONE_GOAL_CARGO:GetRandomPointVec3(inner, outer)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns a <a href="Core.Point.html##(POINT_VEC3)">Core.Point#POINT_VEC3</a> object reflecting a random 3D location within the zone.</p>
<p>Returns a <a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a> object reflecting a random 3D location within the zone.</p>
</td>
</tr>
<tr class="w3-border">
@@ -4631,7 +4631,7 @@ Therefore, this class is considered to be deprecated</p>
<h2><a id="#(ZONE_GOAL_CARGO).GetRandomPointVec2" ><strong>ZONE_GOAL_CARGO:GetRandomPointVec2(inner, outer)</strong></a></h2>
</div>
<p>Returns a <a href="Core.Point.html##(POINT_VEC2)">Core.Point#POINT_VEC2</a> object reflecting a random 2D location within the zone.</p>
<p>Returns a <a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a> object reflecting a random 2D location within the zone.</p>
<p>Note that this is actually a <a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a> type object, and not a simple Vec2 table.</p>
@@ -4672,11 +4672,11 @@ Therefore, this class is considered to be deprecated</p>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="Core.Point.html##(POINT_VEC2)">Core.Point#POINT_VEC2</a>:</p>
<p><a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a>:</p>
</div>
<div class="w3-half">
<p>The <a href="Core.Point.html##(POINT_VEC2)">Core.Point#POINT_VEC2</a> object reflecting the random 3D location within the zone.</p>
<p>The <a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a> object reflecting the random 3D location within the zone.</p>
</div>
</div>
@@ -4691,7 +4691,7 @@ Therefore, this class is considered to be deprecated</p>
<h2><a id="#(ZONE_GOAL_CARGO).GetRandomPointVec3" ><strong>ZONE_GOAL_CARGO:GetRandomPointVec3(inner, outer)</strong></a></h2>
</div>
<p>Returns a <a href="Core.Point.html##(POINT_VEC3)">Core.Point#POINT_VEC3</a> object reflecting a random 3D location within the zone.</p>
<p>Returns a <a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a> object reflecting a random 3D location within the zone.</p>
<p>Note that this is actually a <a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a> type object, and not a simple Vec3 table.</p>
@@ -4732,11 +4732,11 @@ Therefore, this class is considered to be deprecated</p>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="Core.Point.html##(POINT_VEC3)">Core.Point#POINT_VEC3</a>:</p>
<p><a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a>:</p>
</div>
<div class="w3-half">
<p>The <a href="Core.Point.html##(POINT_VEC3)">Core.Point#POINT_VEC3</a> object reflecting the random 3D location within the zone.</p>
<p>The <a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a> object reflecting the random 3D location within the zone.</p>
</div>
</div>