Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-06-08 16:45:37 +00:00
parent 070c1b8a34
commit 2cb50efabd
33 changed files with 1289 additions and 824 deletions

View File

@@ -1763,6 +1763,10 @@
<li><a href="##(COORDINATE).SmokeOrange">COORDINATE.SmokeOrange</a>(): To smoke the point in orange.</li>
<li><a href="##(COORDINATE).SmokeWhite">COORDINATE.SmokeWhite</a>(): To smoke the point in white.</li>
<li><a href="##(COORDINATE).SmokeGreen">COORDINATE.SmokeGreen</a>(): To smoke the point in green.</li>
<li><a href="##(COORDINATE).SetSmokeOffsetDirection">COORDINATE.SetSmokeOffsetDirection</a>(): To set an offset point direction for smoke.</li>
<li><a href="##(COORDINATE).SetSmokeOffsetDistance">COORDINATE.SetSmokeOffsetDistance</a>(): To set an offset point distance for smoke.</li>
<li><a href="##(COORDINATE).SwitchSmokeOffsetOn">COORDINATE.SwitchSmokeOffsetOn</a>(): To set an offset point for smoke to on.</li>
<li><a href="##(COORDINATE).SwitchSmokeOffsetOff">COORDINATE.SwitchSmokeOffsetOff</a>(): To set an offset point for smoke to off.</li>
</ul>
<h2>2.2) Flare</h2>
@@ -2464,6 +2468,18 @@ Note that the Set and Add methods return the current POINT_VEC3 object, so these
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(COORDINATE).GetRandomVec3InRadius">COORDINATE:GetRandomVec3InRadius(OuterRadius, InnerRadius)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Return a random Vec3 within an Outer Radius and optionally NOT within an Inner Radius of the COORDINATE.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(COORDINATE).GetSmokeOffsetDirection">COORDINATE:GetSmokeOffsetDirection()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get the offset direction when using <code>COORDINATE:Smoke()</code>.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(COORDINATE).GetSmokeOffsetDistance">COORDINATE:GetSmokeOffsetDistance()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get the offset distance when using <code>COORDINATE:Smoke()</code>.</p>
</td>
</tr>
<tr class="w3-border">
@@ -2848,6 +2864,18 @@ Note that the Set and Add methods return the current POINT_VEC3 object, so these
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(COORDINATE).SetLon">COORDINATE:SetLon(y, z)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set the Lon(gitude) coordinate of the COORDINATE (ie: COORDINATE.z).</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(COORDINATE).SetSmokeOffsetDirection">COORDINATE:SetSmokeOffsetDirection(Direction)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set the offset direction when using <code>COORDINATE:Smoke()</code>.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(COORDINATE).SetSmokeOffsetDistance">COORDINATE:SetSmokeOffsetDistance(Distance)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set the offset distance when using <code>COORDINATE:Smoke()</code>.</p>
</td>
</tr>
<tr class="w3-border">
@@ -2875,7 +2903,7 @@ Note that the Set and Add methods return the current POINT_VEC3 object, so these
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(COORDINATE).Smoke">COORDINATE:Smoke(SmokeColor, Duration, Delay, Name)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(COORDINATE).Smoke">COORDINATE:Smoke(SmokeColor, Duration, Delay, Name, Offset, Direction, Distance)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Create colored smoke the point.</p>
</td>
@@ -2890,6 +2918,24 @@ Note that the Set and Add methods return the current POINT_VEC3 object, so these
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(COORDINATE).SmokeGreen">COORDINATE:SmokeGreen(Duration, Delay)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Smoke the COORDINATE Green.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(COORDINATE).SmokeOffset">COORDINATE.SmokeOffset</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(COORDINATE).SmokeOffsetDirection">COORDINATE.SmokeOffsetDirection</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(COORDINATE).SmokeOffsetDistance">COORDINATE.SmokeOffsetDistance</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
@@ -2920,6 +2966,18 @@ Note that the Set and Add methods return the current POINT_VEC3 object, so these
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(COORDINATE).StopSmoke">COORDINATE:StopSmoke(name)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Stops smoking the point in a color.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(COORDINATE).SwitchSmokeOffsetOff">COORDINATE:SwitchSmokeOffsetOff()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set the offset off when using <code>COORDINATE:Smoke()</code>.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(COORDINATE).SwitchSmokeOffsetOn">COORDINATE:SwitchSmokeOffsetOn()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set the offset on when using <code>COORDINATE:Smoke()</code>.</p>
</td>
</tr>
<tr class="w3-border">
@@ -4370,6 +4428,18 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(POINT_VEC2).GetRandomVec3InRadius">POINT_VEC2:GetRandomVec3InRadius(OuterRadius, InnerRadius)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Return a random Vec3 within an Outer Radius and optionally NOT within an Inner Radius of the COORDINATE.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(POINT_VEC2).GetSmokeOffsetDirection">POINT_VEC2:GetSmokeOffsetDirection()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get the offset direction when using <code>COORDINATE:Smoke()</code>.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(POINT_VEC2).GetSmokeOffsetDistance">POINT_VEC2:GetSmokeOffsetDistance()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get the offset distance when using <code>COORDINATE:Smoke()</code>.</p>
</td>
</tr>
<tr class="w3-border">
@@ -4754,6 +4824,18 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(POINT_VEC2).SetLon">POINT_VEC2:SetLon(y, z)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set the Lon(gitude) coordinate of the COORDINATE (ie: COORDINATE.z).</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(POINT_VEC2).SetSmokeOffsetDirection">POINT_VEC2:SetSmokeOffsetDirection(Direction)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set the offset direction when using <code>COORDINATE:Smoke()</code>.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(POINT_VEC2).SetSmokeOffsetDistance">POINT_VEC2:SetSmokeOffsetDistance(Distance)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set the offset distance when using <code>COORDINATE:Smoke()</code>.</p>
</td>
</tr>
<tr class="w3-border">
@@ -4781,7 +4863,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(POINT_VEC2).Smoke">POINT_VEC2:Smoke(SmokeColor, Duration, Delay, Name)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(POINT_VEC2).Smoke">POINT_VEC2:Smoke(SmokeColor, Duration, Delay, Name, Offset, Direction, Distance)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Create colored smoke the point.</p>
</td>
@@ -4796,6 +4878,24 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(POINT_VEC2).SmokeGreen">POINT_VEC2:SmokeGreen(Duration, Delay)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Smoke the COORDINATE Green.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(POINT_VEC2).SmokeOffset">POINT_VEC2.SmokeOffset</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(POINT_VEC2).SmokeOffsetDirection">POINT_VEC2.SmokeOffsetDirection</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(POINT_VEC2).SmokeOffsetDistance">POINT_VEC2.SmokeOffsetDistance</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
@@ -4826,6 +4926,18 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(POINT_VEC2).StopSmoke">POINT_VEC2:StopSmoke(name)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Stops smoking the point in a color.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(POINT_VEC2).SwitchSmokeOffsetOff">POINT_VEC2:SwitchSmokeOffsetOff()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set the offset off when using <code>COORDINATE:Smoke()</code>.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(POINT_VEC2).SwitchSmokeOffsetOn">POINT_VEC2:SwitchSmokeOffsetOn()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set the offset on when using <code>COORDINATE:Smoke()</code>.</p>
</td>
</tr>
<tr class="w3-border">
@@ -5862,6 +5974,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p>Heading in degrees. Needs to be set first.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#boolean
<a id="#(COORDINATE).SmokeOffset" ><strong>COORDINATE.SmokeOffset</strong></a>
</div>
</div>
@@ -9890,6 +10013,66 @@ By default, the last point is the closest point on road of the ToCoord. Hence, t
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(COORDINATE).GetSmokeOffsetDirection" ><strong>COORDINATE:GetSmokeOffsetDirection()</strong></a></h2>
</div>
<p>Get the offset direction when using <code>COORDINATE:Smoke()</code>.</p>
<div id= "#Functions##GetSmokeOffsetDirection" 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>COORDINATE</p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#number:</p>
</div>
<div class="w3-half">
<p>Direction in degrees.</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(COORDINATE).GetSmokeOffsetDistance" ><strong>COORDINATE:GetSmokeOffsetDistance()</strong></a></h2>
</div>
<p>Get the offset distance when using <code>COORDINATE:Smoke()</code>.</p>
<div id= "#Functions##GetSmokeOffsetDistance" 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>COORDINATE</p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#number:</p>
</div>
<div class="w3-half">
<p>Distance Distance in meters.</p>
</div>
</div>
</div>
</div>
</div>
@@ -13559,6 +13742,94 @@ Creates a line on the F10 map from one point to another.</p>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(COORDINATE).SetSmokeOffsetDirection" ><strong>COORDINATE:SetSmokeOffsetDirection(Direction)</strong></a></h2>
</div>
<p>Set the offset direction when using <code>COORDINATE:Smoke()</code>.</p>
<div id= "#Functions##SetSmokeOffsetDirection" 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>COORDINATE</p>
</div>
<h2><strong>Parameter:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Direction</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) This is the direction of the offset, 1-359 (degrees). Default random.</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(COORDINATE)">#COORDINATE</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(COORDINATE).SetSmokeOffsetDistance" ><strong>COORDINATE:SetSmokeOffsetDistance(Distance)</strong></a></h2>
</div>
<p>Set the offset distance when using <code>COORDINATE:Smoke()</code>.</p>
<div id= "#Functions##SetSmokeOffsetDistance" 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>COORDINATE</p>
</div>
<h2><strong>Parameter:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Distance</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) This is the distance of the offset in meters. Default random 10-20.</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(COORDINATE)">#COORDINATE</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>
@@ -13730,7 +14001,7 @@ Creates a line on the F10 map from one point to another.</p>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(COORDINATE).Smoke" ><strong>COORDINATE:Smoke(SmokeColor, Duration, Delay, Name)</strong></a></h2>
<h2><a id="#(COORDINATE).Smoke" ><strong>COORDINATE:Smoke(SmokeColor, Duration, Delay, Name, Offset, Direction, Distance)</strong></a></h2>
</div>
<p>Create colored smoke the point.</p>
@@ -13795,6 +14066,45 @@ Creates a line on the F10 map from one point to another.</p>
<p>(Optional) Name if you want to stop the smoke early (normal duration: 5mins)</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#boolean
<strong><strong>Offset</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) If true, offset the smokle a bit.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Direction</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) If Offset is true this is the direction of the offset, 1-359 (degrees). Default random.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Distance</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) If Offset is true this is the distance of the offset in meters. Default random 10-20.</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
@@ -14161,6 +14471,66 @@ Creates a line on the F10 map from one point to another.</p>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(COORDINATE).SwitchSmokeOffsetOff" ><strong>COORDINATE:SwitchSmokeOffsetOff()</strong></a></h2>
</div>
<p>Set the offset off when using <code>COORDINATE:Smoke()</code>.</p>
<div id= "#Functions##SwitchSmokeOffsetOff" 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>COORDINATE</p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(COORDINATE)">#COORDINATE</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(COORDINATE).SwitchSmokeOffsetOn" ><strong>COORDINATE:SwitchSmokeOffsetOn()</strong></a></h2>
</div>
<p>Set the offset on when using <code>COORDINATE:Smoke()</code>.</p>
<div id= "#Functions##SwitchSmokeOffsetOn" 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>COORDINATE</p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(COORDINATE)">#COORDINATE</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>
@@ -16474,6 +16844,17 @@ Creates a line on the F10 map from one point to another.</p>
<p>Heading in degrees. Needs to be set first.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#boolean
<a id="#(COORDINATE).SmokeOffset" ><strong>COORDINATE.SmokeOffset</strong></a>
</div>
</div>
@@ -24668,6 +25049,66 @@ By default, the last point is the closest point on road of the ToCoord. Hence, t
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(POINT_VEC2).GetSmokeOffsetDirection" ><strong>POINT_VEC2:GetSmokeOffsetDirection()</strong></a></h2>
</div>
<p>Get the offset direction when using <code>COORDINATE:Smoke()</code>.</p>
<div id= "#Functions##GetSmokeOffsetDirection" 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><a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a></p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#number:</p>
</div>
<div class="w3-half">
<p>Direction in degrees.</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(POINT_VEC2).GetSmokeOffsetDistance" ><strong>POINT_VEC2:GetSmokeOffsetDistance()</strong></a></h2>
</div>
<p>Get the offset distance when using <code>COORDINATE:Smoke()</code>.</p>
<div id= "#Functions##GetSmokeOffsetDistance" 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><a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a></p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#number:</p>
</div>
<div class="w3-half">
<p>Distance Distance in meters.</p>
</div>
</div>
</div>
</div>
</div>
@@ -28337,6 +28778,94 @@ Creates a line on the F10 map from one point to another.</p>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(POINT_VEC2).SetSmokeOffsetDirection" ><strong>POINT_VEC2:SetSmokeOffsetDirection(Direction)</strong></a></h2>
</div>
<p>Set the offset direction when using <code>COORDINATE:Smoke()</code>.</p>
<div id= "#Functions##SetSmokeOffsetDirection" 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><a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a></p>
</div>
<h2><strong>Parameter:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Direction</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) This is the direction of the offset, 1-359 (degrees). Default random.</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(COORDINATE)">#COORDINATE</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(POINT_VEC2).SetSmokeOffsetDistance" ><strong>POINT_VEC2:SetSmokeOffsetDistance(Distance)</strong></a></h2>
</div>
<p>Set the offset distance when using <code>COORDINATE:Smoke()</code>.</p>
<div id= "#Functions##SetSmokeOffsetDistance" 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><a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a></p>
</div>
<h2><strong>Parameter:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Distance</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) This is the distance of the offset in meters. Default random 10-20.</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(COORDINATE)">#COORDINATE</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>
@@ -28508,7 +29037,7 @@ Creates a line on the F10 map from one point to another.</p>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(POINT_VEC2).Smoke" ><strong>POINT_VEC2:Smoke(SmokeColor, Duration, Delay, Name)</strong></a></h2>
<h2><a id="#(POINT_VEC2).Smoke" ><strong>POINT_VEC2:Smoke(SmokeColor, Duration, Delay, Name, Offset, Direction, Distance)</strong></a></h2>
</div>
<p>Create colored smoke the point.</p>
@@ -28573,6 +29102,45 @@ Creates a line on the F10 map from one point to another.</p>
<p>(Optional) Name if you want to stop the smoke early (normal duration: 5mins)</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#boolean
<strong><strong>Offset</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) If true, offset the smokle a bit.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Direction</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) If Offset is true this is the direction of the offset, 1-359 (degrees). Default random.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Distance</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) If Offset is true this is the distance of the offset in meters. Default random 10-20.</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
@@ -28939,6 +29507,66 @@ Creates a line on the F10 map from one point to another.</p>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(POINT_VEC2).SwitchSmokeOffsetOff" ><strong>POINT_VEC2:SwitchSmokeOffsetOff()</strong></a></h2>
</div>
<p>Set the offset off when using <code>COORDINATE:Smoke()</code>.</p>
<div id= "#Functions##SwitchSmokeOffsetOff" 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><a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a></p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(COORDINATE)">#COORDINATE</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(POINT_VEC2).SwitchSmokeOffsetOn" ><strong>POINT_VEC2:SwitchSmokeOffsetOn()</strong></a></h2>
</div>
<p>Set the offset on when using <code>COORDINATE:Smoke()</code>.</p>
<div id= "#Functions##SwitchSmokeOffsetOn" 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><a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a></p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(COORDINATE)">#COORDINATE</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>