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

@@ -2023,6 +2023,24 @@ The method <a href="##(CONTROLLABLE).SetTaskWaypoint">CONTROLLABLE.SetTaskWaypoi
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CONTROLLABLE).CommandSetUnlimitedFuel">CONTROLLABLE:CommandSetUnlimitedFuel(OnOff, Delay)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set unlimited fuel.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CONTROLLABLE).CommandSmokeOFF">CONTROLLABLE:CommandSmokeOFF(Delay)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>[AIR] Set smoke off.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CONTROLLABLE).CommandSmokeON">CONTROLLABLE:CommandSmokeON(Delay)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>[AIR] Set smoke on.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CONTROLLABLE).CommandSmokeOnOff">CONTROLLABLE:CommandSmokeOnOff(OnOff, Delay)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>[AIR] Set smoke on or off.</p>
</td>
</tr>
<tr class="w3-border">
@@ -3392,13 +3410,13 @@ The method <a href="##(CONTROLLABLE).SetTaskWaypoint">CONTROLLABLE.SetTaskWaypoi
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CONTROLLABLE).GetPointVec2">CONTROLLABLE:GetPointVec2()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns a POINT_VEC2 object indicating the point in 2D of the POSITIONABLE within the mission.</p>
<p>Returns a COORDINATE object indicating the point in 2D of the POSITIONABLE within the mission.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CONTROLLABLE).GetPointVec3">CONTROLLABLE:GetPointVec3()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns a POINT_VEC3 object indicating the point in 3D of the POSITIONABLE within the mission.</p>
<p>Returns a COORDINATE object indicating the point in 3D of the POSITIONABLE within the mission.</p>
</td>
</tr>
<tr class="w3-border">
@@ -4533,17 +4551,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p>The DCS controllable class.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#boolean
<a id="#(CONTROLLABLE).IRMarkerUnit" ><strong>CONTROLLABLE.IRMarkerUnit</strong></a>
</div>
</div>
@@ -4566,17 +4573,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(CONTROLLABLE).timer" ><strong>CONTROLLABLE.timer</strong></a>
</div>
</div>
@@ -5620,6 +5616,160 @@ Note that a controllable can only have one beacon activated at a time with the e
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(CONTROLLABLE).CommandSmokeOFF" ><strong>CONTROLLABLE:CommandSmokeOFF(Delay)</strong></a></h2>
</div>
<p>[AIR] Set smoke off.</p>
<p>See <a href="https://wiki.hoggitworld.com/view/DCS_command_smoke_on_off">DCS command smoke on off</a></p>
<div id= "#Functions##CommandSmokeOFF" 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>CONTROLLABLE</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>Delay</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) Delay the command by this many seconds.</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="##(CONTROLLABLE)">#CONTROLLABLE</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="#(CONTROLLABLE).CommandSmokeON" ><strong>CONTROLLABLE:CommandSmokeON(Delay)</strong></a></h2>
</div>
<p>[AIR] Set smoke on.</p>
<p>See <a href="https://wiki.hoggitworld.com/view/DCS_command_smoke_on_off">DCS command smoke on off</a></p>
<div id= "#Functions##CommandSmokeON" 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>CONTROLLABLE</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>Delay</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) Delay the command by this many seconds.</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="##(CONTROLLABLE)">#CONTROLLABLE</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="#(CONTROLLABLE).CommandSmokeOnOff" ><strong>CONTROLLABLE:CommandSmokeOnOff(OnOff, Delay)</strong></a></h2>
</div>
<p>[AIR] Set smoke on or off.</p>
<p>See <a href="https://wiki.hoggitworld.com/view/DCS_command_smoke_on_off">DCS command smoke on off</a></p>
<div id= "#Functions##CommandSmokeOnOff" 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>CONTROLLABLE</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>
#boolean
<strong><strong>OnOff</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Set to true for on and false for off. Defaults to true.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Delay</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) Delay the command by this many seconds.</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="##(CONTROLLABLE)">#CONTROLLABLE</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>
@@ -17643,17 +17793,6 @@ mygroup:WayPointExecute()</code></pre>
<p>The DCS controllable class.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#boolean
<a id="#(CONTROLLABLE).IRMarkerUnit" ><strong>CONTROLLABLE.IRMarkerUnit</strong></a>
</div>
</div>
@@ -17676,17 +17815,6 @@ mygroup:WayPointExecute()</code></pre>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(CONTROLLABLE).timer" ><strong>CONTROLLABLE.timer</strong></a>
</div>
</div>
@@ -19201,7 +19329,7 @@ preferred as it will return a fresh new COORDINATE and thus avoid potentially un
<h2><a id="#(CONTROLLABLE).GetPointVec2" ><strong>CONTROLLABLE:GetPointVec2()</strong></a></h2>
</div>
<p>Returns a POINT_VEC2 object indicating the point in 2D of the POSITIONABLE within the mission.</p>
<p>Returns a COORDINATE object indicating the point in 2D of the POSITIONABLE within the mission.</p>
<div id= "#Functions##GetPointVec2" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -19212,11 +19340,11 @@ preferred as it will return a fresh new COORDINATE and thus avoid potentially un
<h2><strong>Return values:</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 2D point vector of the POSITIONABLE.</p>
<p>The 3D point vector of the POSITIONABLE.</p>
</div>
<div class="w3-half">
@@ -19239,7 +19367,7 @@ preferred as it will return a fresh new COORDINATE and thus avoid potentially un
<h2><a id="#(CONTROLLABLE).GetPointVec3" ><strong>CONTROLLABLE:GetPointVec3()</strong></a></h2>
</div>
<p>Returns a POINT_VEC3 object indicating the point in 3D of the POSITIONABLE within the mission.</p>
<p>Returns a COORDINATE object indicating the point in 3D of the POSITIONABLE within the mission.</p>
<div id= "#Functions##GetPointVec3" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -19250,7 +19378,7 @@ preferred as it will return a fresh new COORDINATE and thus avoid potentially un
<h2><strong>Return values:</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">
@@ -21666,17 +21794,6 @@ Coordinates are dependent on the position of the maps origin.</p>
<p>The DCS controllable class.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#boolean
<a id="#(CONTROLLABLE).IRMarkerUnit" ><strong>CONTROLLABLE.IRMarkerUnit</strong></a>
</div>
</div>
@@ -21699,17 +21816,6 @@ Coordinates are dependent on the position of the maps origin.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(CONTROLLABLE).timer" ><strong>CONTROLLABLE.timer</strong></a>
</div>
</div>
@@ -22241,17 +22347,6 @@ If the Identifiable is alive, true is returned. </p>
<p>The DCS controllable class.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#boolean
<a id="#(CONTROLLABLE).IRMarkerUnit" ><strong>CONTROLLABLE.IRMarkerUnit</strong></a>
</div>
</div>
@@ -22274,17 +22369,6 @@ If the Identifiable is alive, true is returned. </p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(CONTROLLABLE).timer" ><strong>CONTROLLABLE.timer</strong></a>
</div>
</div>
@@ -22417,17 +22501,6 @@ If the Identifiable is alive, true is returned. </p>
<p>The DCS controllable class.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#boolean
<a id="#(CONTROLLABLE).IRMarkerUnit" ><strong>CONTROLLABLE.IRMarkerUnit</strong></a>
</div>
</div>
@@ -22450,17 +22523,6 @@ If the Identifiable is alive, true is returned. </p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(CONTROLLABLE).timer" ><strong>CONTROLLABLE.timer</strong></a>
</div>
</div>