mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2026-08-14 23:17:33 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -3008,7 +3008,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Box "height" in meters along the y-coordinate. Default 40000 meters (40 km).</p>
|
<p>(Optional) Box "height" in meters along the y-coordinate. Default 40000 meters (40 km).</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -3021,7 +3021,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Additional space in meters before start and after end coordinate. Default 10000 meters (10 km).</p>
|
<p>(Optional) Additional space in meters before start and after end coordinate. Default 10000 meters (10 km).</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -3034,7 +3034,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Increment in the direction of start to end coordinate in meters. Default 2000 meters.</p>
|
<p>(Optional) Increment in the direction of start to end coordinate in meters. Default 2000 meters.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -3047,7 +3047,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Increment perpendicular to the direction of start to end coordinate in meters. Default is same as deltaX.</p>
|
<p>(Optional) Increment perpendicular to the direction of start to end coordinate in meters. Default is same as deltaX.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -3244,7 +3244,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Max distance in meters. Default is 2000 m.</p>
|
<p>(Optional) Max distance in meters. Default is 2000 m.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -3982,7 +3982,7 @@ Very often the distance between nodes is a good measure for the cost.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Max distance between nodes in meters. Default is 2000 m.</p>
|
<p>(Optional) Max distance between nodes in meters. Default is 2000 m.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -4126,7 +4126,7 @@ Very often the distance between nodes is a good measure for the cost.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Max distance between nodes in meters. Default is 2000 m.</p>
|
<p>(Optional) Max distance between nodes in meters. Default is 2000 m.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -2721,7 +2721,7 @@ myCondition:AddFunction(isAequalB, a, b)
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>If <code>true</code>, evaluation return <code>true</code> if <em>any</em> condition function returns <code>true</code>. By default, <em>all</em> condition functions must return true.</p>
|
<p>(Optional) If <code>true</code>, evaluation return <code>true</code> if <em>any</em> condition function returns <code>true</code>. By default, <em>all</em> condition functions must return true.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -2769,7 +2769,7 @@ Technically, a random number between 0 and 100 is created. If the given success
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Success probability in percent. Default 50 %.</p>
|
<p>(Optional) Success probability in percent. Default 50 %.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -2826,7 +2826,7 @@ Technically, a random number between 0 and 100 is created. If the given success
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>If <code>true</code>, abs. mission time from <code>timer.getAbsTime()</code> is checked. Default is relative mission time from <code>timer.getTime()</code>.</p>
|
<p>(Optional) If <code>true</code>, abs. mission time from <code>timer.getAbsTime()</code> is checked. Default is relative mission time from <code>timer.getTime()</code>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6368,7 +6368,7 @@ This method is used by the SPAWN class.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Typename of the static. Defaults to "container_cargo".</p>
|
<p>(Optional) Typename of the static. Defaults to "container_cargo".</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -6381,7 +6381,7 @@ This method is used by the SPAWN class.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Mass of the static. Defaults to 0.</p>
|
<p>(Optional) Mass of the static. Defaults to 0.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -6394,7 +6394,7 @@ This method is used by the SPAWN class.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Coalition of the static. Defaults to coalition.side.BLUE.</p>
|
<p>(Optional) Coalition of the static. Defaults to coalition.side.BLUE.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -6407,7 +6407,7 @@ This method is used by the SPAWN class.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Country of the static. Defaults to country.id.GERMANY.</p>
|
<p>(Optional) Country of the static. Defaults to country.id.GERMANY.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -5978,7 +5978,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#string
|
||||||
<a id="#(FSM)._StartState" ><strong>FSM._StartState</strong></a>
|
<a id="#(FSM)._StartState" ><strong>FSM._StartState</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -7610,7 +7610,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#string
|
||||||
<a id="#(FSM)._StartState" ><strong>FSM._StartState</strong></a>
|
<a id="#(FSM)._StartState" ><strong>FSM._StartState</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2889,7 +2889,7 @@ The message display times are automatically defined based on the timing settings
|
|||||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
<p>
|
<p>
|
||||||
<a href="Core.Settings.html##(Settings)">Core.Settings#Settings</a>
|
<a href="Core.Settings.html##(SETTINGS)">Core.Settings#SETTINGS</a>
|
||||||
<strong><strong>Settings</strong></strong>
|
<strong><strong>Settings</strong></strong>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -3255,7 +3255,7 @@ The message display times are automatically defined based on the timing settings
|
|||||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
<p>
|
<p>
|
||||||
<a href="Core.Settings.html##(Settings)">Core.Settings#Settings</a>
|
<a href="Core.Settings.html##(SETTINGS)">Core.Settings#SETTINGS</a>
|
||||||
<strong><strong>Settings</strong></strong>
|
<strong><strong>Settings</strong></strong>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -3325,7 +3325,7 @@ The message display times are automatically defined based on the timing settings
|
|||||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
<p>
|
<p>
|
||||||
<a href="Core.Settings.html##(Settings)">Core.Settings#Settings</a>
|
<a href="Core.Settings.html##(SETTINGS)">Core.Settings#SETTINGS</a>
|
||||||
<strong><strong>Settings</strong></strong>
|
<strong><strong>Settings</strong></strong>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -3382,7 +3382,7 @@ The message display times are automatically defined based on the timing settings
|
|||||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
<p>
|
<p>
|
||||||
<a href="Core.Settings.html##(Settings)">Core.Settings#Settings</a>
|
<a href="Core.Settings.html##(SETTINGS)">Core.Settings#SETTINGS</a>
|
||||||
<strong><strong>Settings</strong></strong>
|
<strong><strong>Settings</strong></strong>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -4087,7 +4087,7 @@ The message display times are automatically defined based on the timing settings
|
|||||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
<p>
|
<p>
|
||||||
<a href="Core.Settings.html##(Settings)">Core.Settings#Settings</a>
|
<a href="Core.Settings.html##(SETTINGS)">Core.Settings#SETTINGS</a>
|
||||||
<strong><strong>Settings</strong></strong>
|
<strong><strong>Settings</strong></strong>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -2553,7 +2553,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Color as RGB table plus alpha value. Default {1, 0, 0, 1.0}.</p>
|
<p>(optional) Color as RGB table plus alpha value. Default {1, 0, 0, 1.0}.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -2566,7 +2566,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Line type: 1=Solid (default).</p>
|
<p>(optional) Line type: 1=Solid (default).</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -2797,7 +2797,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<h2><strong>Return value:</strong></h2>
|
<h2><strong>Return value:</strong></h2>
|
||||||
<div class="w3-row w3-border-bottom w3-margin-left">
|
<div class="w3-row w3-border-bottom w3-margin-left">
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
<p><a href="DCS.html##(VEC2)">DCS#VEC2</a>:</p>
|
<p><a href="DCS.html##(Vec2)">DCS#Vec2</a>:</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
@@ -2841,7 +2841,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<h2><strong>Return value:</strong></h2>
|
<h2><strong>Return value:</strong></h2>
|
||||||
<div class="w3-row w3-border-bottom w3-margin-left">
|
<div class="w3-row w3-border-bottom w3-margin-left">
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
<p><a href="DCS.html##(VEC3)">DCS#VEC3</a>:</p>
|
<p><a href="DCS.html##(Vec3)">DCS#Vec3</a>:</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
@@ -2878,7 +2878,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>The index of the point. Default is the first point.</p>
|
<p>(optional) The index of the point. Default is the first point.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -4006,7 +4006,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Coalition: All=-1, Neutral=0, Red=1, Blue=2. Default -1=All.</p>
|
<p>(Optional) Coalition: All=-1, Neutral=0, Red=1, Blue=2. Default -1=All.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -4019,7 +4019,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table {r, g, b}, e.g. {1,0,0} for red (default).</p>
|
<p>(Optional) RGB color table {r, g, b}, e.g. {1,0,0} for red (default).</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -4032,7 +4032,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency [0,1]. Default 1.</p>
|
<p>(Optional) Transparency [0,1]. Default 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -4045,7 +4045,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table {r, g, b}, e.g. {1,0,0} for red. Default is same as <code>Color</code> value.</p>
|
<p>(Optional) RGB color table {r, g, b}, e.g. {1,0,0} for red. Default is same as <code>Color</code> value.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -4058,7 +4058,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency [0,1]. Default 0.15.</p>
|
<p>(Optional) Transparency [0,1]. Default 0.15.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -4071,7 +4071,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot dash, 5=Long dash, 6=Two dash. Default 1=Solid.</p>
|
<p>(Optional) Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot dash, 5=Long dash, 6=Two dash. Default 1=Solid.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -5043,7 +5043,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Radius in meters. Default 1000 m.</p>
|
<p>(Optional) Radius in meters. Default 1000 m.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -5056,7 +5056,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Coalition: All=-1, Neutral=0, Red=1, Blue=2. Default -1=All.</p>
|
<p>(Optional) Coalition: All=-1, Neutral=0, Red=1, Blue=2. Default -1=All.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -5069,7 +5069,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table {r, g, b}, e.g. {1,0,0} for red (default).</p>
|
<p>(Optional) RGB color table {r, g, b}, e.g. {1,0,0} for red (default).</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -5082,7 +5082,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency [0,1]. Default 1.</p>
|
<p>(Optional) Transparency [0,1]. Default 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -5095,7 +5095,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table {r, g, b}, e.g. {1,0,0} for red. Default is same as <code>Color</code> value.</p>
|
<p>(Optional) RGB color table {r, g, b}, e.g. {1,0,0} for red. Default is same as <code>Color</code> value.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -5108,7 +5108,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency [0,1]. Default 0.15.</p>
|
<p>(Optional) Transparency [0,1]. Default 0.15.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -5121,7 +5121,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot dash, 5=Long dash, 6=Two dash. Default 1=Solid.</p>
|
<p>(Optional) Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot dash, 5=Long dash, 6=Two dash. Default 1=Solid.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -5235,7 +5235,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Intensity of the explosion in kg TNT. Default 100 kg.</p>
|
<p>(Optional) Intensity of the explosion in kg TNT. Default 100 kg.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -5292,7 +5292,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Scan radius in meters. Default 100 m.</p>
|
<p>(Optional) Scan radius in meters. Default 100 m.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -5336,7 +5336,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Scan radius in meters. Default 100 m.</p>
|
<p>(Optional) Scan radius in meters. Default 100 m.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -5380,7 +5380,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Scan radius in meters. Default 100 m.</p>
|
<p>(Optional) Scan radius in meters. Default 100 m.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -6014,7 +6014,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Rounding precision, defaults to 0</p>
|
<p>(Optional) Rounding precision, defaults to 0</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -6843,7 +6843,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>The fraction (0,1) where the new coordinate is created. Default 0.5, i.e. in the middle.</p>
|
<p>(Optional) The fraction (0,1) where the new coordinate is created. Default 0.5, i.e. in the middle.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -9027,7 +9027,7 @@ By default, the last point is the closest point on road of the ToCoord. Hence, t
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Power of illumination bomb in Candela. Default 1000 cd.</p>
|
<p>(Optional) Power of illumination bomb in Candela. Default 1000 cd.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -9452,7 +9452,7 @@ By default, the last point is the closest point on road of the ToCoord. Hence, t
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Height offset in meters. Default 2 m.</p>
|
<p>(Optional) Height offset in meters. Default 2 m.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -9709,7 +9709,7 @@ By default, the last point is the closest point on road of the ToCoord. Hence, t
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Coalition: All=-1, Neutral=0, Red=1, Blue=2. Default -1=All.</p>
|
<p>(Optional) Coalition: All=-1, Neutral=0, Red=1, Blue=2. Default -1=All.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -9722,7 +9722,7 @@ By default, the last point is the closest point on road of the ToCoord. Hence, t
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table {r, g, b}, e.g. {1,0,0} for red (default).</p>
|
<p>(Optional) RGB color table {r, g, b}, e.g. {1,0,0} for red (default).</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -9735,7 +9735,7 @@ By default, the last point is the closest point on road of the ToCoord. Hence, t
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency [0,1]. Default 1.</p>
|
<p>(Optional) Transparency [0,1]. Default 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -9748,7 +9748,7 @@ By default, the last point is the closest point on road of the ToCoord. Hence, t
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot dash, 5=Long dash, 6=Two dash. Default 1=Solid.</p>
|
<p>(Optional) Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot dash, 5=Long dash, 6=Two dash. Default 1=Solid.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -10228,7 +10228,7 @@ By default, the last point is the closest point on road of the ToCoord. Hence, t
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Coalition: All=-1, Neutral=0, Red=1, Blue=2. Default -1=All.</p>
|
<p>(Optional) Coalition: All=-1, Neutral=0, Red=1, Blue=2. Default -1=All.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -10241,7 +10241,7 @@ By default, the last point is the closest point on road of the ToCoord. Hence, t
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table {r, g, b}, e.g. {1,0,0} for red (default).</p>
|
<p>(Optional) RGB color table {r, g, b}, e.g. {1,0,0} for red (default).</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -10254,7 +10254,7 @@ By default, the last point is the closest point on road of the ToCoord. Hence, t
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency [0,1]. Default 1.</p>
|
<p>(Optional) Transparency [0,1]. Default 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -10267,7 +10267,7 @@ By default, the last point is the closest point on road of the ToCoord. Hence, t
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table {r, g, b}, e.g. {1,0,0} for red. Default is same as <code>Color</code> value.</p>
|
<p>(Optional) RGB color table {r, g, b}, e.g. {1,0,0} for red. Default is same as <code>Color</code> value.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -10280,7 +10280,7 @@ By default, the last point is the closest point on road of the ToCoord. Hence, t
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency [0,1]. Default 0.15.</p>
|
<p>(Optional) Transparency [0,1]. Default 0.15.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -10293,7 +10293,7 @@ By default, the last point is the closest point on road of the ToCoord. Hence, t
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot dash, 5=Long dash, 6=Two dash. Default 1=Solid.</p>
|
<p>(Optional) Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot dash, 5=Long dash, 6=Two dash. Default 1=Solid.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -10869,7 +10869,7 @@ By default, the last point is the closest point on road of the ToCoord. Hence, t
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Coalition: All=-1, Neutral=0, Red=1, Blue=2. Default -1=All.</p>
|
<p>(Optional) Coalition: All=-1, Neutral=0, Red=1, Blue=2. Default -1=All.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -10882,7 +10882,7 @@ By default, the last point is the closest point on road of the ToCoord. Hence, t
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table {r, g, b}, e.g. {1,0,0} for red (default).</p>
|
<p>(Optional) RGB color table {r, g, b}, e.g. {1,0,0} for red (default).</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -10895,7 +10895,7 @@ By default, the last point is the closest point on road of the ToCoord. Hence, t
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency [0,1]. Default 1.</p>
|
<p>(Optional) Transparency [0,1]. Default 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -10908,7 +10908,7 @@ By default, the last point is the closest point on road of the ToCoord. Hence, t
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table {r, g, b}, e.g. {1,0,0} for red. Default is same as <code>Color</code> value.</p>
|
<p>(Optional) RGB color table {r, g, b}, e.g. {1,0,0} for red. Default is same as <code>Color</code> value.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -10921,7 +10921,7 @@ By default, the last point is the closest point on road of the ToCoord. Hence, t
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency [0,1]. Default 0.15.</p>
|
<p>(Optional) Transparency [0,1]. Default 0.15.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -10934,7 +10934,7 @@ By default, the last point is the closest point on road of the ToCoord. Hence, t
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot dash, 5=Long dash, 6=Two dash. Default 1=Solid.</p>
|
<p>(Optional) Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot dash, 5=Long dash, 6=Two dash. Default 1=Solid.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -11021,7 +11021,7 @@ Creates a line on the F10 map from one point to another.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Coalition: All=-1, Neutral=0, Red=1, Blue=2. Default -1=All.</p>
|
<p>(Optional) Coalition: All=-1, Neutral=0, Red=1, Blue=2. Default -1=All.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -11034,7 +11034,7 @@ Creates a line on the F10 map from one point to another.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table {r, g, b}, e.g. {1,0,0} for red (default).</p>
|
<p>(Optional) RGB color table {r, g, b}, e.g. {1,0,0} for red (default).</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -11047,7 +11047,7 @@ Creates a line on the F10 map from one point to another.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency [0,1]. Default 1.</p>
|
<p>(Optional) Transparency [0,1]. Default 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -11060,7 +11060,7 @@ Creates a line on the F10 map from one point to another.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table {r, g, b}, e.g. {1,0,0} for red. Default is same as <code>Color</code> value.</p>
|
<p>(Optional) RGB color table {r, g, b}, e.g. {1,0,0} for red. Default is same as <code>Color</code> value.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -11073,7 +11073,7 @@ Creates a line on the F10 map from one point to another.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency [0,1]. Default 0.15.</p>
|
<p>(Optional) Transparency [0,1]. Default 0.15.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -11086,7 +11086,7 @@ Creates a line on the F10 map from one point to another.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot dash, 5=Long dash, 6=Two dash. Default 1=Solid.</p>
|
<p>(Optional) Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot dash, 5=Long dash, 6=Two dash. Default 1=Solid.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -11551,7 +11551,7 @@ Creates a line on the F10 map from one point to another.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Altitude above sea level. Default is above ground level.</p>
|
<p>(Optional) Altitude above sea level. Default is above ground level.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -12550,7 +12550,7 @@ Creates a line on the F10 map from one point to another.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Coalition: All=-1, Neutral=0, Red=1, Blue=2. Default -1=All.</p>
|
<p>(Optional) Coalition: All=-1, Neutral=0, Red=1, Blue=2. Default -1=All.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -12563,7 +12563,7 @@ Creates a line on the F10 map from one point to another.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table {r, g, b}, e.g. {1,0,0} for red (default).</p>
|
<p>(Optional) RGB color table {r, g, b}, e.g. {1,0,0} for red (default).</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -12576,7 +12576,7 @@ Creates a line on the F10 map from one point to another.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency [0,1]. Default 1.</p>
|
<p>(Optional) Transparency [0,1]. Default 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -12589,7 +12589,7 @@ Creates a line on the F10 map from one point to another.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table {r, g, b}, e.g. {1,0,0} for red. Default is same as <code>Color</code> value.</p>
|
<p>(Optional) RGB color table {r, g, b}, e.g. {1,0,0} for red. Default is same as <code>Color</code> value.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -12602,7 +12602,7 @@ Creates a line on the F10 map from one point to another.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency [0,1]. Default 0.3.</p>
|
<p>(Optional) Transparency [0,1]. Default 0.3.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -12615,7 +12615,7 @@ Creates a line on the F10 map from one point to another.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Font size. Default 14.</p>
|
<p>(Optional) Font size. Default 14.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -12678,7 +12678,7 @@ Creates a line on the F10 map from one point to another.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>The controllable to retrieve the settings from, otherwise the default settings will be chosen.</p>
|
<p>(Optional) The controllable to retrieve the settings from, otherwise the default settings will be chosen.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -12691,7 +12691,7 @@ Creates a line on the F10 map from one point to another.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>(optional) The settings. Can be nil, and in this case the default settings are used. If you want to specify your own settings, use the _SETTINGS object.</p>
|
<p>(Optional) The settings. Can be nil, and in this case the default settings are used. If you want to specify your own settings, use the _SETTINGS object.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -12954,7 +12954,7 @@ Creates a line on the F10 map from one point to another.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Rounding precision, currently full km as default (=0)</p>
|
<p>(Optional) Rounding precision, currently full km as default (=0)</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -13289,7 +13289,7 @@ Creates a line on the F10 map from one point to another.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Rounding precision, currently full km as default (=0)</p>
|
<p>(Optional) Rounding precision, currently full km as default (=0)</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -13726,7 +13726,7 @@ Creates a line on the F10 map from one point to another.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>(optional) The settings. Can be nil, and in this case the default settings are used. If you want to specify your own settings, use the _SETTINGS object.</p>
|
<p>(Optional) The settings. Can be nil, and in this case the default settings are used. If you want to specify your own settings, use the _SETTINGS object.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -13914,7 +13914,7 @@ Creates a line on the F10 map from one point to another.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>The Angle in degrees. Defaults to 0 if not specified (nil).</p>
|
<p>(Optional) The Angle in degrees. Defaults to 0 if not specified (nil).</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -13927,7 +13927,7 @@ Creates a line on the F10 map from one point to another.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>If true, keep altitude of original coordinate. Default is that the new coordinate is created at the translated land height.</p>
|
<p>(Optional) If true, keep altitude of original coordinate. Default is that the new coordinate is created at the translated land height.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -14155,7 +14155,7 @@ Creates a line on the F10 map from one point to another.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Airspeed in km/h. Default is 500 km/h.</p>
|
<p>(Optional) Airspeed in km/h. Default is 500 km/h.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -14441,7 +14441,7 @@ Creates a line on the F10 map from one point to another.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Time in minutes, the aircraft stays at the airbase. Default 10 min.</p>
|
<p>(Optional) Time in minutes, the aircraft stays at the airbase. Default 10 min.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -2735,7 +2735,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Trace level [0,3]. Default 3.</p>
|
<p>(Optional) Trace level [0,3]. Default 3.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+36
-36
@@ -20085,7 +20085,7 @@ DBObject = SET_BASE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Defines how many objects are evaluated of the set as part of the Some iterators. The default is 1.</p>
|
<p>(Optional) Defines how many objects are evaluated of the set as part of the Some iterators. The default is 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -20363,7 +20363,7 @@ DBObject = SET_BASE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>If <code>true</code>, special characters in the Name are interpreted as plain text and not regular expressions. Default is <code>self.filterNoregex</code>. </p>
|
<p>(Optional) If <code>true</code>, special characters in the Name are interpreted as plain text and not regular expressions. Default is <code>self.filterNoregex</code>. </p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -26095,7 +26095,7 @@ DBObject = SET_BASE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Defines how many objects are evaluated of the set as part of the Some iterators. The default is 1.</p>
|
<p>(Optional) Defines how many objects are evaluated of the set as part of the Some iterators. The default is 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -26373,7 +26373,7 @@ DBObject = SET_BASE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>If <code>true</code>, special characters in the Name are interpreted as plain text and not regular expressions. Default is <code>self.filterNoregex</code>. </p>
|
<p>(Optional) If <code>true</code>, special characters in the Name are interpreted as plain text and not regular expressions. Default is <code>self.filterNoregex</code>. </p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -31069,7 +31069,7 @@ ClientSet = SET_CLIENT:New():FilterActive(false):FilterCoalition("blue"):FilterO
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Seconds between check intervals, defaults to 30. <strong>Caution</strong> - do not be too agressive with timing! Groups are usually not moving fast enough
|
<p>(Optional) Seconds between check intervals, defaults to 30. <strong>Caution</strong> - do not be too agressive with timing! Groups are usually not moving fast enough
|
||||||
to warrant a check of below 10 seconds.</p>
|
to warrant a check of below 10 seconds.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -33559,7 +33559,7 @@ DBObject = SET_BASE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Defines how many objects are evaluated of the set as part of the Some iterators. The default is 1.</p>
|
<p>(Optional) Defines how many objects are evaluated of the set as part of the Some iterators. The default is 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -33837,7 +33837,7 @@ DBObject = SET_BASE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>If <code>true</code>, special characters in the Name are interpreted as plain text and not regular expressions. Default is <code>self.filterNoregex</code>. </p>
|
<p>(Optional) If <code>true</code>, special characters in the Name are interpreted as plain text and not regular expressions. Default is <code>self.filterNoregex</code>. </p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -38305,7 +38305,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Seconds between check intervals, defaults to 30. <strong>Caution</strong> - do not be too agressive with timing! Objects are usually not moving fast enough
|
<p>(Optional) Seconds between check intervals, defaults to 30. <strong>Caution</strong> - do not be too agressive with timing! Objects are usually not moving fast enough
|
||||||
to warrant a check of below 10 seconds.</p>
|
to warrant a check of below 10 seconds.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -40582,7 +40582,7 @@ DBObject = SET_BASE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Defines how many objects are evaluated of the set as part of the Some iterators. The default is 1.</p>
|
<p>(Optional) Defines how many objects are evaluated of the set as part of the Some iterators. The default is 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -40860,7 +40860,7 @@ DBObject = SET_BASE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>If <code>true</code>, special characters in the Name are interpreted as plain text and not regular expressions. Default is <code>self.filterNoregex</code>. </p>
|
<p>(Optional) If <code>true</code>, special characters in the Name are interpreted as plain text and not regular expressions. Default is <code>self.filterNoregex</code>. </p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -46002,7 +46002,7 @@ GroupSet = SET_GROUP:New():FilterActive(false):FilterCoalition("blue"):FilterOnc
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Seconds between check intervals, defaults to 30. <strong>Caution</strong> - do not be too agressive with timing! Groups are usually not moving fast enough
|
<p>(Optional) Seconds between check intervals, defaults to 30. <strong>Caution</strong> - do not be too agressive with timing! Groups are usually not moving fast enough
|
||||||
to warrant a check of below 10 seconds.</p>
|
to warrant a check of below 10 seconds.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -48947,7 +48947,7 @@ DBObject = SET_BASE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Defines how many objects are evaluated of the set as part of the Some iterators. The default is 1.</p>
|
<p>(Optional) Defines how many objects are evaluated of the set as part of the Some iterators. The default is 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -49225,7 +49225,7 @@ DBObject = SET_BASE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>If <code>true</code>, special characters in the Name are interpreted as plain text and not regular expressions. Default is <code>self.filterNoregex</code>. </p>
|
<p>(Optional) If <code>true</code>, special characters in the Name are interpreted as plain text and not regular expressions. Default is <code>self.filterNoregex</code>. </p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -56162,7 +56162,7 @@ DBObject = SET_BASE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Defines how many objects are evaluated of the set as part of the Some iterators. The default is 1.</p>
|
<p>(Optional) Defines how many objects are evaluated of the set as part of the Some iterators. The default is 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -56440,7 +56440,7 @@ DBObject = SET_BASE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>If <code>true</code>, special characters in the Name are interpreted as plain text and not regular expressions. Default is <code>self.filterNoregex</code>. </p>
|
<p>(Optional) If <code>true</code>, special characters in the Name are interpreted as plain text and not regular expressions. Default is <code>self.filterNoregex</code>. </p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -62921,7 +62921,7 @@ DBObject = SET_BASE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Defines how many objects are evaluated of the set as part of the Some iterators. The default is 1.</p>
|
<p>(Optional) Defines how many objects are evaluated of the set as part of the Some iterators. The default is 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -63199,7 +63199,7 @@ DBObject = SET_BASE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>If <code>true</code>, special characters in the Name are interpreted as plain text and not regular expressions. Default is <code>self.filterNoregex</code>. </p>
|
<p>(Optional) If <code>true</code>, special characters in the Name are interpreted as plain text and not regular expressions. Default is <code>self.filterNoregex</code>. </p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -69614,7 +69614,7 @@ DBObject = SET_BASE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Defines how many objects are evaluated of the set as part of the Some iterators. The default is 1.</p>
|
<p>(Optional) Defines how many objects are evaluated of the set as part of the Some iterators. The default is 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -69892,7 +69892,7 @@ DBObject = SET_BASE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>If <code>true</code>, special characters in the Name are interpreted as plain text and not regular expressions. Default is <code>self.filterNoregex</code>. </p>
|
<p>(Optional) If <code>true</code>, special characters in the Name are interpreted as plain text and not regular expressions. Default is <code>self.filterNoregex</code>. </p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -76274,7 +76274,7 @@ DBObject = SET_BASE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Defines how many objects are evaluated of the set as part of the Some iterators. The default is 1.</p>
|
<p>(Optional) Defines how many objects are evaluated of the set as part of the Some iterators. The default is 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -76552,7 +76552,7 @@ DBObject = SET_BASE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>If <code>true</code>, special characters in the Name are interpreted as plain text and not regular expressions. Default is <code>self.filterNoregex</code>. </p>
|
<p>(Optional) If <code>true</code>, special characters in the Name are interpreted as plain text and not regular expressions. Default is <code>self.filterNoregex</code>. </p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -83571,7 +83571,7 @@ DBObject = SET_BASE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Defines how many objects are evaluated of the set as part of the Some iterators. The default is 1.</p>
|
<p>(Optional) Defines how many objects are evaluated of the set as part of the Some iterators. The default is 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -83849,7 +83849,7 @@ DBObject = SET_BASE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>If <code>true</code>, special characters in the Name are interpreted as plain text and not regular expressions. Default is <code>self.filterNoregex</code>. </p>
|
<p>(Optional) If <code>true</code>, special characters in the Name are interpreted as plain text and not regular expressions. Default is <code>self.filterNoregex</code>. </p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -88457,7 +88457,7 @@ UnitSet = SET_UNIT:New():FilterActive(false):FilterCoalition("blue"):FilterOnce(
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Seconds between check intervals, defaults to 30. <strong>Caution</strong> - do not be too agressive with timing! Groups are usually not moving fast enough
|
<p>(Optional) Seconds between check intervals, defaults to 30. <strong>Caution</strong> - do not be too agressive with timing! Groups are usually not moving fast enough
|
||||||
to warrant a check of below 10 seconds.</p>
|
to warrant a check of below 10 seconds.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -91527,7 +91527,7 @@ DBObject = SET_BASE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Defines how many objects are evaluated of the set as part of the Some iterators. The default is 1.</p>
|
<p>(Optional) Defines how many objects are evaluated of the set as part of the Some iterators. The default is 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -91805,7 +91805,7 @@ DBObject = SET_BASE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>If <code>true</code>, special characters in the Name are interpreted as plain text and not regular expressions. Default is <code>self.filterNoregex</code>. </p>
|
<p>(Optional) If <code>true</code>, special characters in the Name are interpreted as plain text and not regular expressions. Default is <code>self.filterNoregex</code>. </p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -95843,7 +95843,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Coalition: All=-1, Neutral=0, Red=1, Blue=2. Default -1=All.</p>
|
<p>(Optional) Coalition: All=-1, Neutral=0, Red=1, Blue=2. Default -1=All.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -95869,7 +95869,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency [0,1]. Default 1.</p>
|
<p>(Optional) Transparency [0,1]. Default 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -95882,7 +95882,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table {r, g, b}, e.g. {1,0,0} for red. Default is same as <code>Color</code> value.</p>
|
<p>(Optional) RGB color table {r, g, b}, e.g. {1,0,0} for red. Default is same as <code>Color</code> value.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -95895,7 +95895,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency [0,1]. Default 0.15.</p>
|
<p>(Optional) Transparency [0,1]. Default 0.15.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -95908,7 +95908,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot dash, 5=Long dash, 6=Two dash. Default 1=Solid.</p>
|
<p>(Optional) Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot dash, 5=Long dash, 6=Two dash. Default 1=Solid.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -96760,7 +96760,7 @@ DatabaseSet = SET_ZONE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Check every seconds for objects entering or leaving the zone. Defaults to 5 secs.</p>
|
<p>(Optional) Check every seconds for objects entering or leaving the zone. Defaults to 5 secs.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -98963,7 +98963,7 @@ DBObject = SET_BASE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Defines how many objects are evaluated of the set as part of the Some iterators. The default is 1.</p>
|
<p>(Optional) Defines how many objects are evaluated of the set as part of the Some iterators. The default is 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -99241,7 +99241,7 @@ DBObject = SET_BASE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>If <code>true</code>, special characters in the Name are interpreted as plain text and not regular expressions. Default is <code>self.filterNoregex</code>. </p>
|
<p>(Optional) If <code>true</code>, special characters in the Name are interpreted as plain text and not regular expressions. Default is <code>self.filterNoregex</code>. </p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -105588,7 +105588,7 @@ DBObject = SET_BASE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Defines how many objects are evaluated of the set as part of the Some iterators. The default is 1.</p>
|
<p>(Optional) Defines how many objects are evaluated of the set as part of the Some iterators. The default is 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -105866,7 +105866,7 @@ DBObject = SET_BASE:New()</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>If <code>true</code>, special characters in the Name are interpreted as plain text and not regular expressions. Default is <code>self.filterNoregex</code>. </p>
|
<p>(Optional) If <code>true</code>, special characters in the Name are interpreted as plain text and not regular expressions. Default is <code>self.filterNoregex</code>. </p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -2829,7 +2829,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#boolean
|
|
||||||
<a id="#(SETTINGS).Metric" ><strong>SETTINGS.Metric</strong></a>
|
<a id="#(SETTINGS).Metric" ><strong>SETTINGS.Metric</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -4986,7 +4986,7 @@ It is advised to use this method at the start of the mission.</p>
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#boolean
|
|
||||||
<a id="#(SETTINGS).Metric" ><strong>SETTINGS.Metric</strong></a>
|
<a id="#(SETTINGS).Metric" ><strong>SETTINGS.Metric</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+102
-278
@@ -2992,42 +2992,12 @@ and any spaces before and after the resulting name are removed.</p>
|
|||||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SPAWN)._TranslateRotate">SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle)</a></p></td>
|
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SPAWN)._TranslateRotate">SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle)</a></p></td>
|
||||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
<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="##(SPAWN).communication">SPAWN.communication</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="##(SPAWN).frequency">SPAWN.frequency</a></p></td>
|
|
||||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="w3-border">
|
<tr class="w3-border">
|
||||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SPAWN).hidden">SPAWN.hidden</a></p></td>
|
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SPAWN).hidden">SPAWN.hidden</a></p></td>
|
||||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
<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="##(SPAWN).livery_id">SPAWN.livery_id</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="##(SPAWN).modulation">SPAWN.modulation</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="##(SPAWN).speed">SPAWN.speed</a></p></td>
|
|
||||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -3702,11 +3672,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#boolean
|
||||||
<a id="#(SPAWN).AIOnOff" ><strong>SPAWN.AIOnOff</strong></a>
|
<a id="#(SPAWN).AIOnOff" ><strong>SPAWN.AIOnOff</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> The AI is on by default when spawning a group.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -3787,6 +3760,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> Don't repeat the group from Take-Off till Landing and back Take-Off by ReSpawning.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -3853,6 +3829,20 @@ 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">
|
||||||
|
|
||||||
|
#number
|
||||||
|
<a id="#(SPAWN).SpawnCount" ><strong>SPAWN.SpawnCount</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> The internal counter of the amount of spawning the has happened since SpawnStart.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -3886,6 +3876,17 @@ 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="#(SPAWN).SpawnGrouping" ><strong>SPAWN.SpawnGrouping</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -3944,17 +3945,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="#(SPAWN).SpawnInitAirbase" ><strong>SPAWN.SpawnInitAirbase</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -4010,17 +4000,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="#(SPAWN).SpawnInitFreq" ><strong>SPAWN.SpawnInitFreq</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -4087,6 +4066,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> Overwrite unit names by default with group name.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -4098,38 +4080,8 @@ 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="#(SPAWN).SpawnInitModex" ><strong>SPAWN.SpawnInitModex</strong></a>
|
<p> By default, no InitLimit</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(SPAWN).SpawnInitModexPostfix" ><strong>SPAWN.SpawnInitModexPostfix</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(SPAWN).SpawnInitModexPrefix" ><strong>SPAWN.SpawnInitModexPrefix</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -4156,17 +4108,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
<p>self:T2( { self.SpawnTemplatePrefix, Vec2} )</p>
|
<p>self:T2( { self.SpawnTemplatePrefix, Vec2} )</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#string
|
|
||||||
<a id="#(SPAWN).SpawnInitSkill" ><strong>SPAWN.SpawnInitSkill</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -4198,7 +4139,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#number
|
||||||
<a id="#(SPAWN).SpawnMaxGroups" ><strong>SPAWN.SpawnMaxGroups</strong></a>
|
<a id="#(SPAWN).SpawnMaxGroups" ><strong>SPAWN.SpawnMaxGroups</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -4212,7 +4153,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#number
|
||||||
<a id="#(SPAWN).SpawnMaxUnitsAlive" ><strong>SPAWN.SpawnMaxUnitsAlive</strong></a>
|
<a id="#(SPAWN).SpawnMaxUnitsAlive" ><strong>SPAWN.SpawnMaxUnitsAlive</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -4380,6 +4321,17 @@ 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">
|
||||||
|
|
||||||
|
#boolean
|
||||||
|
<a id="#(SPAWN).SpawnUnControlled" ><strong>SPAWN.SpawnUnControlled</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -4447,7 +4399,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> When the first Spawn executes, all the Groups need to be made visible before start.</p>
|
<p> Flag that indicates if all the Groups of the SpawnGroup need to be visible when Spawned.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -4521,28 +4473,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="#(SPAWN).communication" ><strong>SPAWN.communication</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(SPAWN).frequency" ><strong>SPAWN.frequency</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -4554,39 +4484,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="#(SPAWN).livery_id" ><strong>SPAWN.livery_id</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(SPAWN).modulation" ><strong>SPAWN.modulation</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(SPAWN).speed" ><strong>SPAWN.speed</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -7011,7 +6908,7 @@ So ensure that the routes for groups that respawn, always return to the original
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Wait this many seconds before despawning the alive group after landing. Defaults to 3 .</p>
|
<p>(Optional) Wait this many seconds before despawning the alive group after landing. Defaults to 3 .</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -8190,7 +8087,7 @@ This will actually enable a respawn of groups from the specific index.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>The index of the group from where the spawning will start again. The default value would be 0, which means a complete reset of the spawnindex.</p>
|
<p>(Optional) The index of the group from where the spawning will start again. The default value would be 0, which means a complete reset of the spawnindex.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -10371,11 +10268,14 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.</p
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#boolean
|
||||||
<a id="#(SPAWN).AIOnOff" ><strong>SPAWN.AIOnOff</strong></a>
|
<a id="#(SPAWN).AIOnOff" ><strong>SPAWN.AIOnOff</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> The AI is on by default when spawning a group.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -10456,6 +10356,9 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.</p
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> Don't repeat the group from Take-Off till Landing and back Take-Off by ReSpawning.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -10522,6 +10425,20 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.</p
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#number
|
||||||
|
<a id="#(SPAWN).SpawnCount" ><strong>SPAWN.SpawnCount</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> The internal counter of the amount of spawning the has happened since SpawnStart.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -10555,6 +10472,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.</p
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(SPAWN).SpawnGrouping" ><strong>SPAWN.SpawnGrouping</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -10613,17 +10541,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.</p
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(SPAWN).SpawnInitAirbase" ><strong>SPAWN.SpawnInitAirbase</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -10679,17 +10596,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.</p
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(SPAWN).SpawnInitFreq" ><strong>SPAWN.SpawnInitFreq</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -10756,6 +10662,9 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.</p
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> Overwrite unit names by default with group name.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -10767,38 +10676,8 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.</p
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(SPAWN).SpawnInitModex" ><strong>SPAWN.SpawnInitModex</strong></a>
|
<p> By default, no InitLimit</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(SPAWN).SpawnInitModexPostfix" ><strong>SPAWN.SpawnInitModexPostfix</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(SPAWN).SpawnInitModexPrefix" ><strong>SPAWN.SpawnInitModexPrefix</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -10825,17 +10704,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.</p
|
|||||||
|
|
||||||
<p>self:T2( { self.SpawnTemplatePrefix, Vec2} )</p>
|
<p>self:T2( { self.SpawnTemplatePrefix, Vec2} )</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#string
|
|
||||||
<a id="#(SPAWN).SpawnInitSkill" ><strong>SPAWN.SpawnInitSkill</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -10867,7 +10735,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.</p
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#number
|
||||||
<a id="#(SPAWN).SpawnMaxGroups" ><strong>SPAWN.SpawnMaxGroups</strong></a>
|
<a id="#(SPAWN).SpawnMaxGroups" ><strong>SPAWN.SpawnMaxGroups</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -10881,7 +10749,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.</p
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#number
|
||||||
<a id="#(SPAWN).SpawnMaxUnitsAlive" ><strong>SPAWN.SpawnMaxUnitsAlive</strong></a>
|
<a id="#(SPAWN).SpawnMaxUnitsAlive" ><strong>SPAWN.SpawnMaxUnitsAlive</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -11049,6 +10917,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.</p
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#boolean
|
||||||
|
<a id="#(SPAWN).SpawnUnControlled" ><strong>SPAWN.SpawnUnControlled</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -11116,7 +10995,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.</p
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> When the first Spawn executes, all the Groups need to be made visible before start.</p>
|
<p> Flag that indicates if all the Groups of the SpawnGroup need to be visible when Spawned.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -11190,28 +11069,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.</p
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(SPAWN).communication" ><strong>SPAWN.communication</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(SPAWN).frequency" ><strong>SPAWN.frequency</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -11223,39 +11080,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.</p
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(SPAWN).livery_id" ><strong>SPAWN.livery_id</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(SPAWN).modulation" ><strong>SPAWN.modulation</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(SPAWN).speed" ><strong>SPAWN.speed</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -3427,7 +3427,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Callsign ID. Default 1 (="London").</p>
|
<p>(Optional) Callsign ID. Default 1 (="London").</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -3440,7 +3440,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Frequency in MHz. Default 127.5 MHz.</p>
|
<p>(Optional) Frequency in MHz. Default 127.5 MHz.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -3453,7 +3453,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Modulation 0=AM, 1=FM.</p>
|
<p>Modulation 0=AM, 1=FM. Defaults to 0</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -4070,7 +4070,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>The ID of the country. Default <code>country.id.USA</code>.</p>
|
<p>(Optional) The ID of the country. Default <code>country.id.USA</code>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -4143,7 +4143,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>The ID of the country. Default <code>country.id.USA</code>.</p>
|
<p>(Optional) The ID of the country. Default <code>country.id.USA</code>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -4561,7 +4561,7 @@ Handy if you spawn from cargo statics which have resources already set.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>The weight this cargo object should have (some have fixed weights!), defaults to 1kg.</p>
|
<p>(Optional) The weight this cargo object should have (some have fixed weights!), defaults to 1kg.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -2775,6 +2775,17 @@ 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="#(SPOT).Target" ><strong>SPOT.Target</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -3554,7 +3565,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Start position of the laser relative to the lasing unit. Default is { x = 0, y = 2, z = 0 }</p>
|
<p>(Optional) Start position of the laser relative to the lasing unit. Default is { x = 0, y = 2, z = 0 }</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -4091,6 +4102,17 @@ 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="#(SPOT).Target" ><strong>SPOT.Target</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -5679,6 +5701,17 @@ 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="#(SPOT).Target" ><strong>SPOT.Target</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -2257,7 +2257,7 @@ Note that if you want to add a VECTOR, you can also simply use the <code>+</code
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Coalition Id: -1=All, 0=Neutral, 1=Red, 2=Blue. Default -1.</p>
|
<p>(Optional) Coalition Id: -1=All, 0=Neutral, 1=Red, 2=Blue. Default -1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -2270,7 +2270,7 @@ Note that if you want to add a VECTOR, you can also simply use the <code>+</code
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color with alpha {r, g, b, alpha}. Default {1, 0, 0, 0.7}.</p>
|
<p>(Optional) RGB color with alpha {r, g, b, alpha}. Default {1, 0, 0, 0.7}.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -2283,7 +2283,7 @@ Note that if you want to add a VECTOR, you can also simply use the <code>+</code
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color with alpha {r, g, b, alpha}. Default {1, 0, 0, 0.5}.</p>
|
<p>(Optional) RGB color with alpha {r, g, b, alpha}. Default {1, 0, 0, 0.5}.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -2296,7 +2296,7 @@ Note that if you want to add a VECTOR, you can also simply use the <code>+</code
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot Dash, 5=Long Dash, 6=Two Dash. Default 1.</p>
|
<p>(Optional) Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot Dash, 5=Long Dash, 6=Two Dash. Default 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -2417,7 +2417,7 @@ Note that if you want to add a VECTOR, you can also simply use the <code>+</code
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>The power in kg TNT. Default 100 kg.</p>
|
<p>(Optional) The power in kg TNT. Default 100 kg.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -2464,7 +2464,7 @@ Note that if you want to add a VECTOR, you can also simply use the <code>+</code
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Color of flare. Default Green.</p>
|
<p>(Optional) Color of flare. Default Green.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -2477,7 +2477,7 @@ Note that if you want to add a VECTOR, you can also simply use the <code>+</code
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Azimuth angle in degrees. Default 0.</p>
|
<p>(Optional) Azimuth angle in degrees. Default 0.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -2981,7 +2981,7 @@ we would optain a delta of 90°-180°=-90°.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Distance in meters. Default 1000 m.</p>
|
<p>(Optional) Distance in meters. Default 1000 m.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -3038,7 +3038,7 @@ we would optain a delta of 90°-180°=-90°.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>The fraction (0,1) where the new vector is created. Default 0.5, <em>i.e.</em> in the middle.</p>
|
<p>(Optional) The fraction (0,1) where the new vector is created. Default 0.5, <em>i.e.</em> in the middle.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -3582,7 +3582,7 @@ we would optain a delta of 90°-180°=-90°.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>The power in Candela (cd). Should be between 1 and 1000000. Default 1000 cd.</p>
|
<p>(Optional) The power in Candela (cd). Should be between 1 and 1000000. Default 1000 cd.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -3696,7 +3696,7 @@ we would optain a delta of 90°-180°=-90°.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Recipient of the mark: -1=All (default), 0=Neutral, 1=Red, 2=Blue. Can also be a <code>GROUP</code> object.</p>
|
<p>(Optional) Recipient of the mark: -1=All (default), 0=Neutral, 1=Red, 2=Blue. Can also be a <code>GROUP</code> object.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -4339,7 +4339,7 @@ If <code>z</code> is given (not <code>nil</code>), then <code>y</code> is used a
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Rotation angle in degrees). Default 0.</p>
|
<p>(Optional) Rotation angle in degrees). Default 0.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -4432,7 +4432,7 @@ If <code>z</code> is given (not <code>nil</code>), then <code>y</code> is used a
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Value of x. Default 0.</p>
|
<p>(Optional) Value of x. Default 0.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -4479,7 +4479,7 @@ If <code>z</code> is given (not <code>nil</code>), then <code>y</code> is used a
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Value of y. Default land/surface height at this point.</p>
|
<p>(Optional) Value of y. Default land/surface height at this point.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -4526,7 +4526,7 @@ If <code>z</code> is given (not <code>nil</code>), then <code>y</code> is used a
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Value of z. Default 0.</p>
|
<p>(Optional) Value of z. Default 0.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -4570,7 +4570,7 @@ If <code>z</code> is given (not <code>nil</code>), then <code>y</code> is used a
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Color of the smoke: 0=Green, 1=Red, 2=White, 3=Orange, 4=Blue. Default 0.</p>
|
<p>(Optional) Color of the smoke: 0=Green, 1=Red, 2=White, 3=Orange, 4=Blue. Default 0.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -4641,7 +4641,7 @@ If <code>z</code> is given (not <code>nil</code>), then <code>y</code> is used a
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Preset of smoke. Default <code>BIGSMOKEPRESET.LargeSmokeAndFire</code>.</p>
|
<p>(Optional) Preset of smoke. Default <code>BIGSMOKEPRESET.LargeSmokeAndFire</code>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -4654,7 +4654,7 @@ If <code>z</code> is given (not <code>nil</code>), then <code>y</code> is used a
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Density between [0,1]. Default 0.5.</p>
|
<p>(Optional) Density between [0,1]. Default 0.5.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -4861,7 +4861,7 @@ If <code>z</code> is given (not <code>nil</code>), then <code>y</code> is used a
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Distance in meters. Default 1000 meters.</p>
|
<p>(Optional) Distance in meters. Default 1000 meters.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -4874,7 +4874,7 @@ If <code>z</code> is given (not <code>nil</code>), then <code>y</code> is used a
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Heading angle in degrees. Default 0° = North.</p>
|
<p>(Optional) Heading angle in degrees. Default 0° = North.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -2334,7 +2334,7 @@ This class implements the inherited functions from <a href="##(ZONE_BASE)">#ZONE
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="w3-border">
|
<tr class="w3-border">
|
||||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ZONE_BASE).SetDrawCoalition">ZONE_BASE:SetDrawCoalition(Coalition)</a></p></td>
|
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ZONE_BASE).SetDrawCoalition">ZONE_BASE:SetDrawCoalition((, Coalition)</a></p></td>
|
||||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||||
<p>Set draw coalition of zone.</p>
|
<p>Set draw coalition of zone.</p>
|
||||||
</td>
|
</td>
|
||||||
@@ -3969,7 +3969,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="w3-border">
|
<tr class="w3-border">
|
||||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ZONE_OVAL).SetDrawCoalition">ZONE_OVAL:SetDrawCoalition(Coalition)</a></p></td>
|
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ZONE_OVAL).SetDrawCoalition">ZONE_OVAL:SetDrawCoalition((, Coalition)</a></p></td>
|
||||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||||
<p>Set draw coalition of zone.</p>
|
<p>Set draw coalition of zone.</p>
|
||||||
</td>
|
</td>
|
||||||
@@ -6366,7 +6366,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="w3-border">
|
<tr class="w3-border">
|
||||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(_ZONE_TRIANGLE).SetDrawCoalition">_ZONE_TRIANGLE:SetDrawCoalition(Coalition)</a></p></td>
|
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(_ZONE_TRIANGLE).SetDrawCoalition">_ZONE_TRIANGLE:SetDrawCoalition((, Coalition)</a></p></td>
|
||||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||||
<p>Set draw coalition of zone.</p>
|
<p>Set draw coalition of zone.</p>
|
||||||
</td>
|
</td>
|
||||||
@@ -9385,7 +9385,7 @@ end
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Check every seconds for objects entering or leaving the zone. Defaults to 5 secs.</p>
|
<p>(Optional) Check every seconds for objects entering or leaving the zone. Defaults to 5 secs.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -9429,7 +9429,7 @@ end
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table. Default <code>{1, 0, 0}</code>.</p>
|
<p>(Optional) RGB color table. Default <code>{1, 0, 0}</code>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -9442,7 +9442,7 @@ end
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency between 0 and 1. Default 0.15.</p>
|
<p>(Optional) Transparency between 0 and 1. Default 0.15.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -9465,7 +9465,7 @@ end
|
|||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
<div class="w3-theme-l2">
|
<div class="w3-theme-l2">
|
||||||
<h2><a id="#(ZONE_BASE).SetDrawCoalition" ><strong>ZONE_BASE:SetDrawCoalition(Coalition)</strong></a></h2>
|
<h2><a id="#(ZONE_BASE).SetDrawCoalition" ><strong>ZONE_BASE:SetDrawCoalition((, Coalition)</strong></a></h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>Set draw coalition of zone.</p>
|
<p>Set draw coalition of zone.</p>
|
||||||
@@ -9476,20 +9476,30 @@ end
|
|||||||
<div class="w3-margin-left">
|
<div class="w3-margin-left">
|
||||||
<p>ZONE_BASE</p>
|
<p>ZONE_BASE</p>
|
||||||
</div>
|
</div>
|
||||||
<h2><strong>Parameter:</strong></h2>
|
<h2><strong>Parameters:</strong></h2>
|
||||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
<p>
|
<p>
|
||||||
#number
|
#number
|
||||||
<strong><strong>Coalition</strong></strong>
|
<strong><strong>(</strong></strong>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Coalition. Default -1.</p>
|
<p>ptional) Coalition Coalition. Default -1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||||
|
<div class="w3-half">
|
||||||
|
<p>
|
||||||
|
<strong><strong>Coalition</strong></strong>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="w3-half">
|
||||||
|
<p></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<h2><strong>Return value:</strong></h2>
|
<h2><strong>Return value:</strong></h2>
|
||||||
<div class="w3-row w3-border-bottom w3-margin-left">
|
<div class="w3-row w3-border-bottom w3-margin-left">
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
@@ -9530,7 +9540,7 @@ end
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table. Default <code>{1, 0, 0}</code>.</p>
|
<p>(Optional) RGB color table. Default <code>{1, 0, 0}</code>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -9543,7 +9553,7 @@ end
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparacy between 0 and 1. Default 0.15.</p>
|
<p>(Optional) Transparacy between 0 and 1. Default 0.15.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -16066,7 +16076,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Time interval in seconds between updates. Default 60 sec.</p>
|
<p>(Optional) Time interval in seconds between updates. Default 60 sec.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -16079,7 +16089,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Time in seconds after which the updating stops. Default <code>nil</code>.</p>
|
<p>(Optional) Time in seconds after which the updating stops. Default <code>nil</code>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -16092,7 +16102,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Draw the zone. Default <code>nil</code>.</p>
|
<p>(Optional) Draw the zone. Default <code>nil</code>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -16136,7 +16146,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Delay in seconds before the scheduler will be stopped. Default 0.</p>
|
<p>(Optional) Delay in seconds before the scheduler will be stopped. Default 0.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -16183,7 +16193,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Delay in seconds before the zone is updated. Default 0.</p>
|
<p>(Optional) Delay in seconds before the zone is updated. Default 0.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -16196,7 +16206,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Draw the zone. Default <code>nil</code>.</p>
|
<p>(Optional) Draw the zone. Default <code>nil</code>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -16618,7 +16628,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Coalition: All=-1, Neutral=0, Red=1, Blue=2. Default -1=All.</p>
|
<p>(Optional) Coalition: All=-1, Neutral=0, Red=1, Blue=2. Default -1=All.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -16631,7 +16641,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table {r, g, b}, e.g. {1,0,0} for red.</p>
|
<p>(Optional) RGB color table {r, g, b}, e.g. {1,0,0} for red.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -16644,7 +16654,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency [0,1]. Default 1.</p>
|
<p>(Optional) Transparency [0,1]. Default 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -16657,7 +16667,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table {r, g, b}, e.g. {1,0,0} for red. Default is same as <code>Color</code> value. -- doesn't seem to work</p>
|
<p>(Optional) RGB color table {r, g, b}, e.g. {1,0,0} for red. Default is same as <code>Color</code> value. -- doesn't seem to work</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -16670,7 +16680,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency [0,1]. Default 0.15. -- doesn't seem to work</p>
|
<p>(Optional) Transparency [0,1]. Default 0.15. -- doesn't seem to work</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -16683,7 +16693,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot dash, 5=Long dash, 6=Two dash. Default 1=Solid.</p>
|
<p>(Optional) Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot dash, 5=Long dash, 6=Two dash. Default 1=Solid.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -18787,7 +18797,7 @@ end
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Check every seconds for objects entering or leaving the zone. Defaults to 5 secs.</p>
|
<p>(Optional) Check every seconds for objects entering or leaving the zone. Defaults to 5 secs.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -18831,7 +18841,7 @@ end
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table. Default <code>{1, 0, 0}</code>.</p>
|
<p>(Optional) RGB color table. Default <code>{1, 0, 0}</code>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -18844,7 +18854,7 @@ end
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency between 0 and 1. Default 0.15.</p>
|
<p>(Optional) Transparency between 0 and 1. Default 0.15.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -18867,7 +18877,7 @@ end
|
|||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
<div class="w3-theme-l2">
|
<div class="w3-theme-l2">
|
||||||
<h2><a id="#(ZONE_OVAL).SetDrawCoalition" ><strong>ZONE_OVAL:SetDrawCoalition(Coalition)</strong></a></h2>
|
<h2><a id="#(ZONE_OVAL).SetDrawCoalition" ><strong>ZONE_OVAL:SetDrawCoalition((, Coalition)</strong></a></h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>Set draw coalition of zone.</p>
|
<p>Set draw coalition of zone.</p>
|
||||||
@@ -18878,20 +18888,30 @@ end
|
|||||||
<div class="w3-margin-left">
|
<div class="w3-margin-left">
|
||||||
<p><a href="Core.Zone.html##(ZONE_BASE)">Core.Zone#ZONE_BASE</a></p>
|
<p><a href="Core.Zone.html##(ZONE_BASE)">Core.Zone#ZONE_BASE</a></p>
|
||||||
</div>
|
</div>
|
||||||
<h2><strong>Parameter:</strong></h2>
|
<h2><strong>Parameters:</strong></h2>
|
||||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
<p>
|
<p>
|
||||||
#number
|
#number
|
||||||
<strong><strong>Coalition</strong></strong>
|
<strong><strong>(</strong></strong>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Coalition. Default -1.</p>
|
<p>ptional) Coalition Coalition. Default -1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||||
|
<div class="w3-half">
|
||||||
|
<p>
|
||||||
|
<strong><strong>Coalition</strong></strong>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="w3-half">
|
||||||
|
<p></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<h2><strong>Return value:</strong></h2>
|
<h2><strong>Return value:</strong></h2>
|
||||||
<div class="w3-row w3-border-bottom w3-margin-left">
|
<div class="w3-row w3-border-bottom w3-margin-left">
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
@@ -18932,7 +18952,7 @@ end
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table. Default <code>{1, 0, 0}</code>.</p>
|
<p>(Optional) RGB color table. Default <code>{1, 0, 0}</code>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -18945,7 +18965,7 @@ end
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparacy between 0 and 1. Default 0.15.</p>
|
<p>(Optional) Transparacy between 0 and 1. Default 0.15.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -25967,7 +25987,7 @@ Note that <strong>only after</strong> a zone has been scanned, the zone can be e
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Coalition: All=-1, Neutral=0, Red=1, Blue=2. Default -1=All.</p>
|
<p>(Optional) Coalition: All=-1, Neutral=0, Red=1, Blue=2. Default -1=All.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -25980,7 +26000,7 @@ Note that <strong>only after</strong> a zone has been scanned, the zone can be e
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table {r, g, b}, e.g. {1,0,0} for red.</p>
|
<p>(Optional) RGB color table {r, g, b}, e.g. {1,0,0} for red.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -25993,7 +26013,7 @@ Note that <strong>only after</strong> a zone has been scanned, the zone can be e
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency [0,1]. Default 1.</p>
|
<p>(Optional) Transparency [0,1]. Default 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -26006,7 +26026,7 @@ Note that <strong>only after</strong> a zone has been scanned, the zone can be e
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table {r, g, b}, e.g. {1,0,0} for red. Default is same as <code>Color</code> value. -- doesn't seem to work</p>
|
<p>(Optional) RGB color table {r, g, b}, e.g. {1,0,0} for red. Default is same as <code>Color</code> value. -- doesn't seem to work</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -26019,7 +26039,7 @@ Note that <strong>only after</strong> a zone has been scanned, the zone can be e
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency [0,1]. Default 0.15. -- doesn't seem to work</p>
|
<p>(Optional) Transparency [0,1]. Default 0.15. -- doesn't seem to work</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -26032,7 +26052,7 @@ Note that <strong>only after</strong> a zone has been scanned, the zone can be e
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot dash, 5=Long dash, 6=Two dash. Default 1=Solid.</p>
|
<p>(Optional) Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot dash, 5=Long dash, 6=Two dash. Default 1=Solid.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -26627,7 +26647,7 @@ Note that <strong>only after</strong> a zone has been scanned, the zone can be e
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Index of the vertex. Default 1.</p>
|
<p>(Optional) Index of the vertex. Default 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -26671,7 +26691,7 @@ Note that <strong>only after</strong> a zone has been scanned, the zone can be e
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Index of the vertex. Default 1.</p>
|
<p>(Optional) Index of the vertex. Default 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -26715,7 +26735,7 @@ Note that <strong>only after</strong> a zone has been scanned, the zone can be e
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Index of the vertex. Default 1.</p>
|
<p>(Optional) Index of the vertex. Default 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -27126,7 +27146,7 @@ Note that <strong>only after</strong> a zone has been scanned, the zone can be e
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency [0,1]. Default 1.</p>
|
<p>(Optional) Transparency [0,1]. Default 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -27139,7 +27159,7 @@ Note that <strong>only after</strong> a zone has been scanned, the zone can be e
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot dash, 5=Long dash, 6=Two dash. Default 1=Solid.</p>
|
<p>(Optional) Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot dash, 5=Long dash, 6=Two dash. Default 1=Solid.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -27196,7 +27216,7 @@ Note that <strong>only after</strong> a zone has been scanned, the zone can be e
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency [0,1]. Default 1.</p>
|
<p>(Optional) Transparency [0,1]. Default 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -27243,7 +27263,7 @@ Note that <strong>only after</strong> a zone has been scanned, the zone can be e
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Height of the box in meters. Default 1000.</p>
|
<p>(Optional) Height of the box in meters. Default 1000.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -27725,7 +27745,7 @@ Note that <strong>only after</strong> a zone has been scanned, the zone can be e
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Coalition: All=-1, Neutral=0, Red=1, Blue=2. Default -1=All.</p>
|
<p>(Optional) Coalition: All=-1, Neutral=0, Red=1, Blue=2. Default -1=All.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -27738,7 +27758,7 @@ Note that <strong>only after</strong> a zone has been scanned, the zone can be e
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table {r, g, b}, e.g. {1,0,0} for red.</p>
|
<p>(Optional) RGB color table {r, g, b}, e.g. {1,0,0} for red.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -27751,7 +27771,7 @@ Note that <strong>only after</strong> a zone has been scanned, the zone can be e
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency [0,1]. Default 1.</p>
|
<p>(Optional) Transparency [0,1]. Default 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -27764,7 +27784,7 @@ Note that <strong>only after</strong> a zone has been scanned, the zone can be e
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table {r, g, b}, e.g. {1,0,0} for red. Default is same as <code>Color</code> value.</p>
|
<p>(Optional) RGB color table {r, g, b}, e.g. {1,0,0} for red. Default is same as <code>Color</code> value.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -27777,7 +27797,7 @@ Note that <strong>only after</strong> a zone has been scanned, the zone can be e
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency [0,1]. Default 0.15.</p>
|
<p>(Optional) Transparency [0,1]. Default 0.15.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -27790,7 +27810,7 @@ Note that <strong>only after</strong> a zone has been scanned, the zone can be e
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot dash, 5=Long dash, 6=Two dash. Default 1=Solid.</p>
|
<p>(Optional) Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot dash, 5=Long dash, 6=Two dash. Default 1=Solid.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -29288,7 +29308,7 @@ Note that once a zone has been scanned, multiple evaluations can be done on the
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Determines if the Zone should not be registered in the _Database Table. Default=false</p>
|
<p>(Optional) Determines if the Zone should not be registered in the _Database Table. Default=false</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -30210,7 +30230,7 @@ Note that once a zone has been scanned, multiple evaluations can be done on the
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Coalition: All=-1, Neutral=0, Red=1, Blue=2. Default -1=All.</p>
|
<p>(Optional) Coalition: All=-1, Neutral=0, Red=1, Blue=2. Default -1=All.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -30223,7 +30243,7 @@ Note that once a zone has been scanned, multiple evaluations can be done on the
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table {r, g, b}, e.g. {1,0,0} for red.</p>
|
<p>(Optional) RGB color table {r, g, b}, e.g. {1,0,0} for red.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -30236,7 +30256,7 @@ Note that once a zone has been scanned, multiple evaluations can be done on the
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency [0,1]. Default 1.</p>
|
<p>(Optional) Transparency [0,1]. Default 1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -30249,7 +30269,7 @@ Note that once a zone has been scanned, multiple evaluations can be done on the
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table {r, g, b}, e.g. {1,0,0} for red. Default is same as <code>Color</code> value.</p>
|
<p>(Optional) RGB color table {r, g, b}, e.g. {1,0,0} for red. Default is same as <code>Color</code> value.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -30262,7 +30282,7 @@ Note that once a zone has been scanned, multiple evaluations can be done on the
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency [0,1]. Default 0.15.</p>
|
<p>(Optional) Transparency [0,1]. Default 0.15.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -30275,7 +30295,7 @@ Note that once a zone has been scanned, multiple evaluations can be done on the
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot dash, 5=Long dash, 6=Two dash. Default 1=Solid.</p>
|
<p>(Optional) Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot dash, 5=Long dash, 6=Two dash. Default 1=Solid.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -31773,7 +31793,7 @@ Note that once a zone has been scanned, multiple evaluations can be done on the
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Determines if the Zone should not be registered in the _Database Table. Default=false</p>
|
<p>(Optional) Determines if the Zone should not be registered in the _Database Table. Default=false</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -34074,7 +34094,7 @@ end
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Check every seconds for objects entering or leaving the zone. Defaults to 5 secs.</p>
|
<p>(Optional) Check every seconds for objects entering or leaving the zone. Defaults to 5 secs.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -34118,7 +34138,7 @@ end
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table. Default <code>{1, 0, 0}</code>.</p>
|
<p>(Optional) RGB color table. Default <code>{1, 0, 0}</code>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -34131,7 +34151,7 @@ end
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparency between 0 and 1. Default 0.15.</p>
|
<p>(Optional) Transparency between 0 and 1. Default 0.15.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -34154,7 +34174,7 @@ end
|
|||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
<div class="w3-theme-l2">
|
<div class="w3-theme-l2">
|
||||||
<h2><a id="#(_ZONE_TRIANGLE).SetDrawCoalition" ><strong>_ZONE_TRIANGLE:SetDrawCoalition(Coalition)</strong></a></h2>
|
<h2><a id="#(_ZONE_TRIANGLE).SetDrawCoalition" ><strong>_ZONE_TRIANGLE:SetDrawCoalition((, Coalition)</strong></a></h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>Set draw coalition of zone.</p>
|
<p>Set draw coalition of zone.</p>
|
||||||
@@ -34165,20 +34185,30 @@ end
|
|||||||
<div class="w3-margin-left">
|
<div class="w3-margin-left">
|
||||||
<p><a href="Core.Zone.html##(ZONE_BASE)">Core.Zone#ZONE_BASE</a></p>
|
<p><a href="Core.Zone.html##(ZONE_BASE)">Core.Zone#ZONE_BASE</a></p>
|
||||||
</div>
|
</div>
|
||||||
<h2><strong>Parameter:</strong></h2>
|
<h2><strong>Parameters:</strong></h2>
|
||||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
<p>
|
<p>
|
||||||
#number
|
#number
|
||||||
<strong><strong>Coalition</strong></strong>
|
<strong><strong>(</strong></strong>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Coalition. Default -1.</p>
|
<p>ptional) Coalition Coalition. Default -1.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||||
|
<div class="w3-half">
|
||||||
|
<p>
|
||||||
|
<strong><strong>Coalition</strong></strong>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="w3-half">
|
||||||
|
<p></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<h2><strong>Return value:</strong></h2>
|
<h2><strong>Return value:</strong></h2>
|
||||||
<div class="w3-row w3-border-bottom w3-margin-left">
|
<div class="w3-row w3-border-bottom w3-margin-left">
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
@@ -34219,7 +34249,7 @@ end
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>RGB color table. Default <code>{1, 0, 0}</code>.</p>
|
<p>(Optional) RGB color table. Default <code>{1, 0, 0}</code>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -34232,7 +34262,7 @@ end
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Transparacy between 0 and 1. Default 0.15.</p>
|
<p>(Optional) Transparacy between 0 and 1. Default 0.15.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -3346,7 +3346,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#boolean
|
#boolean
|
||||||
<a id="#(AICSAR).SRSTTSRadio" ><strong>AICSAR.SRSTTSRadio</strong></a>
|
<a id="#(AICSAR).SRSRadio" ><strong>AICSAR.SRSRadio</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -6425,7 +6425,7 @@ See <code>AICSAR:SetPilotTTSVoice()</code> and <code>AICSAR:SetOperatorTTSVoice(
|
|||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#boolean
|
#boolean
|
||||||
<a id="#(AICSAR).SRSTTSRadio" ><strong>AICSAR.SRSTTSRadio</strong></a>
|
<a id="#(AICSAR).SRSRadio" ><strong>AICSAR.SRSRadio</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -8394,7 +8394,7 @@ See <code>AICSAR:SetPilotTTSVoice()</code> and <code>AICSAR:SetOperatorTTSVoice(
|
|||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#boolean
|
#boolean
|
||||||
<a id="#(AICSAR).SRSTTSRadio" ><strong>AICSAR.SRSTTSRadio</strong></a>
|
<a id="#(AICSAR).SRSRadio" ><strong>AICSAR.SRSRadio</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -3892,6 +3892,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> Kickspeed</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -4477,6 +4480,9 @@ An airbase can be specified to set the maximum kick speed for.</p>
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> Kickspeed</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -2389,7 +2389,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#table
|
||||||
<a id="#(AUTOLASE).GroupsByThreat" ><strong>AUTOLASE.GroupsByThreat</strong></a>
|
<a id="#(AUTOLASE).GroupsByThreat" ><strong>AUTOLASE.GroupsByThreat</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -2535,7 +2535,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#table
|
||||||
<a id="#(AUTOLASE).UnitsByThreat" ><strong>AUTOLASE.UnitsByThreat</strong></a>
|
<a id="#(AUTOLASE).UnitsByThreat" ><strong>AUTOLASE.UnitsByThreat</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -2584,17 +2584,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(AUTOLASE).cooldowntime" ><strong>AUTOLASE.cooldowntime</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -2606,17 +2595,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#boolean
|
|
||||||
<a id="#(AUTOLASE).forcecooldown" ><strong>AUTOLASE.forcecooldown</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -2675,6 +2653,39 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#number
|
||||||
|
<a id="#(AUTOLASE).reporttimelong" ><strong>AUTOLASE.reporttimelong</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#number
|
||||||
|
<a id="#(AUTOLASE).reporttimeshort" ><strong>AUTOLASE.reporttimeshort</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(AUTOLASE).smokecolor" ><strong>AUTOLASE.smokecolor</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -2692,7 +2703,18 @@
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#table
|
||||||
|
<a id="#(AUTOLASE).smokeoffset" ><strong>AUTOLASE.smokeoffset</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#boolean
|
||||||
<a id="#(AUTOLASE).smoketargets" ><strong>AUTOLASE.smoketargets</strong></a>
|
<a id="#(AUTOLASE).smoketargets" ><strong>AUTOLASE.smoketargets</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2417,6 +2417,17 @@ Use the method <a href="##(DESIGNATE).SetMission">DESIGNATE.SetMission</a>() to
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#table
|
||||||
|
<a id="#(DESIGNATE).LaserCodes" ><strong>DESIGNATE.LaserCodes</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1919,12 +1919,6 @@ in the mission editor are absolute maximum ranges; in-game this is rather 50-75%
|
|||||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MANTIS).GetCommandCenter">MANTIS:GetCommandCenter()</a></p></td>
|
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MANTIS).GetCommandCenter">MANTIS:GetCommandCenter()</a></p></td>
|
||||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||||
<p>Function to get the HQ object for further use</p>
|
<p>Function to get the HQ object for further use</p>
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr class="w3-border">
|
|
||||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MANTIS).Groupset">MANTIS.Groupset</a></p></td>
|
|
||||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="w3-border">
|
<tr class="w3-border">
|
||||||
@@ -4357,6 +4351,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
<p>The #DETECTION_AREAS object for AWACS</p>
|
<p>The #DETECTION_AREAS object for AWACS</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(MANTIS).AWACS_Prefix" ><strong>MANTIS.AWACS_Prefix</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#table
|
||||||
|
<a id="#(MANTIS).AcceptZones" ><strong>MANTIS.AcceptZones</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -4401,6 +4417,17 @@ 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">
|
||||||
|
|
||||||
|
#table
|
||||||
|
<a id="#(MANTIS).ConflictZones" ><strong>MANTIS.ConflictZones</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -4522,17 +4549,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
<p>Table of Core.Zone#ZONE Zones Consider SAM groups in this zone(s) only for this MANTIS instance, must be handed as #table of Zone objects.</p>
|
<p>Table of Core.Zone#ZONE Zones Consider SAM groups in this zone(s) only for this MANTIS instance, must be handed as #table of Zone objects.</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(MANTIS).Groupset" ><strong>MANTIS.Groupset</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -4562,18 +4578,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#table
|
#table
|
||||||
<a id="#(MANTIS).InboundARMs" ><strong>MANTIS.InboundARMs</strong></a>
|
<a id="#(MANTIS).RejectZones" ><strong>MANTIS.RejectZones</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(MANTIS).LastThreatEval" ><strong>MANTIS.LastThreatEval</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -5213,9 +5218,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> switch alarm state RED</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -9974,6 +9976,28 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`</code></pre>
|
|||||||
|
|
||||||
<p>The #DETECTION_AREAS object for AWACS</p>
|
<p>The #DETECTION_AREAS object for AWACS</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(MANTIS).AWACS_Prefix" ><strong>MANTIS.AWACS_Prefix</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#table
|
||||||
|
<a id="#(MANTIS).AcceptZones" ><strong>MANTIS.AcceptZones</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -10018,6 +10042,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`</code></pre>
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#table
|
||||||
|
<a id="#(MANTIS).ConflictZones" ><strong>MANTIS.ConflictZones</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -10139,17 +10174,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`</code></pre>
|
|||||||
|
|
||||||
<p>Table of Core.Zone#ZONE Zones Consider SAM groups in this zone(s) only for this MANTIS instance, must be handed as #table of Zone objects.</p>
|
<p>Table of Core.Zone#ZONE Zones Consider SAM groups in this zone(s) only for this MANTIS instance, must be handed as #table of Zone objects.</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(MANTIS).Groupset" ><strong>MANTIS.Groupset</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -10179,18 +10203,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`</code></pre>
|
|||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#table
|
#table
|
||||||
<a id="#(MANTIS).InboundARMs" ><strong>MANTIS.InboundARMs</strong></a>
|
<a id="#(MANTIS).RejectZones" ><strong>MANTIS.RejectZones</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(MANTIS).LastThreatEval" ><strong>MANTIS.LastThreatEval</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -10830,9 +10843,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`</code></pre>
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> switch alarm state RED</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -3345,6 +3345,12 @@ manager:Stop(7200)
|
|||||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).termtype">RAT.termtype</a></p></td>
|
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).termtype">RAT.termtype</a></p></td>
|
||||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||||
<p>Type of terminal to be used when spawning at an airbase.</p>
|
<p>Type of terminal to be used when spawning at an airbase.</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="w3-border">
|
||||||
|
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).type">RAT.type</a></p></td>
|
||||||
|
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="w3-border">
|
<tr class="w3-border">
|
||||||
@@ -4576,42 +4582,12 @@ and any spaces before and after the resulting name are removed.</p>
|
|||||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT)._TranslateRotate">RAT:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle)</a></p></td>
|
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT)._TranslateRotate">RAT:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle)</a></p></td>
|
||||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
<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="##(RAT).communication">RAT.communication</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="##(RAT).frequency">RAT.frequency</a></p></td>
|
|
||||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="w3-border">
|
<tr class="w3-border">
|
||||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).hidden">RAT.hidden</a></p></td>
|
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).hidden">RAT.hidden</a></p></td>
|
||||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
<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="##(RAT).livery_id">RAT.livery_id</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="##(RAT).modulation">RAT.modulation</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="##(RAT).speed">RAT.speed</a></p></td>
|
|
||||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -7852,6 +7828,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
<p>Type of terminal to be used when spawning at an airbase.</p>
|
<p>Type of terminal to be used when spawning at an airbase.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(RAT).type" ><strong>RAT.type</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -15800,6 +15787,17 @@ Initializes the ratcraft array and group menu.</p>
|
|||||||
|
|
||||||
<p>Type of terminal to be used when spawning at an airbase.</p>
|
<p>Type of terminal to be used when spawning at an airbase.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(RAT).type" ><strong>RAT.type</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -18290,7 +18288,7 @@ So ensure that the routes for groups that respawn, always return to the original
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>Wait this many seconds before despawning the alive group after landing. Defaults to 3 .</p>
|
<p>(Optional) Wait this many seconds before despawning the alive group after landing. Defaults to 3 .</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -19469,7 +19467,7 @@ This will actually enable a respawn of groups from the specific index.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="w3-half">
|
<div class="w3-half">
|
||||||
|
|
||||||
<p>The index of the group from where the spawning will start again. The default value would be 0, which means a complete reset of the spawnindex.</p>
|
<p>(Optional) The index of the group from where the spawning will start again. The default value would be 0, which means a complete reset of the spawnindex.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -22838,6 +22836,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.</p
|
|||||||
|
|
||||||
<p>Type of terminal to be used when spawning at an airbase.</p>
|
<p>Type of terminal to be used when spawning at an airbase.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(RAT).type" ><strong>RAT.type</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -2899,6 +2899,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(SCORING).AutoSave" ><strong>SCORING.AutoSave</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
<a id="#(SCORING).AutoSavePath" ><strong>SCORING.AutoSavePath</strong></a>
|
<a id="#(SCORING).AutoSavePath" ><strong>SCORING.AutoSavePath</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -3143,7 +3154,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#boolean
|
|
||||||
<a id="#(SCORING).penaltyoncoalitionchange" ><strong>SCORING.penaltyoncoalitionchange</strong></a>
|
<a id="#(SCORING).penaltyoncoalitionchange" ><strong>SCORING.penaltyoncoalitionchange</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -3154,7 +3165,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#boolean
|
|
||||||
<a id="#(SCORING).penaltyonfratricide" ><strong>SCORING.penaltyonfratricide</strong></a>
|
<a id="#(SCORING).penaltyonfratricide" ><strong>SCORING.penaltyonfratricide</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -6356,6 +6367,17 @@ The scale magnifies the scores given to the players.</p>
|
|||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(SCORING).AutoSave" ><strong>SCORING.AutoSave</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
<a id="#(SCORING).AutoSavePath" ><strong>SCORING.AutoSavePath</strong></a>
|
<a id="#(SCORING).AutoSavePath" ><strong>SCORING.AutoSavePath</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -6600,7 +6622,7 @@ The scale magnifies the scores given to the players.</p>
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#boolean
|
|
||||||
<a id="#(SCORING).penaltyoncoalitionchange" ><strong>SCORING.penaltyoncoalitionchange</strong></a>
|
<a id="#(SCORING).penaltyoncoalitionchange" ><strong>SCORING.penaltyoncoalitionchange</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -6611,7 +6633,7 @@ The scale magnifies the scores given to the players.</p>
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#boolean
|
|
||||||
<a id="#(SCORING).penaltyonfratricide" ><strong>SCORING.penaltyonfratricide</strong></a>
|
<a id="#(SCORING).penaltyonfratricide" ><strong>SCORING.penaltyonfratricide</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2118,20 +2118,6 @@ We start the monitoring after 5 seconds, and will repeat every 30 seconds a chec
|
|||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
<a id="#(ZONE_CAPTURE_COALITION).HitTimeLast" ><strong>ZONE_CAPTURE_COALITION.HitTimeLast</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> Update last hit time.</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(ZONE_CAPTURE_COALITION).HitsOn" ><strong>ZONE_CAPTURE_COALITION.HitsOn</strong></a>
|
<a id="#(ZONE_CAPTURE_COALITION).HitsOn" ><strong>ZONE_CAPTURE_COALITION.HitsOn</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -9831,17 +9831,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
<p>Radio queue of LSO.</p>
|
<p>Radio queue of LSO.</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(AIRBOSS).RQLid" ><strong>AIRBOSS.RQLid</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -9853,17 +9842,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
<p>Radio queue of marshal.</p>
|
<p>Radio queue of marshal.</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(AIRBOSS).RQMid" ><strong>AIRBOSS.RQMid</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -30500,17 +30478,6 @@ If removed flight is the section lead, we try to find a new leader.</p>
|
|||||||
|
|
||||||
<p>Radio queue of LSO.</p>
|
<p>Radio queue of LSO.</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(AIRBOSS).RQLid" ><strong>AIRBOSS.RQLid</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -30522,17 +30489,6 @@ If removed flight is the section lead, we try to find a new leader.</p>
|
|||||||
|
|
||||||
<p>Radio queue of marshal.</p>
|
<p>Radio queue of marshal.</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(AIRBOSS).RQMid" ><strong>AIRBOSS.RQMid</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -33646,17 +33602,6 @@ If removed flight is the section lead, we try to find a new leader.</p>
|
|||||||
|
|
||||||
<p>Radio queue of LSO.</p>
|
<p>Radio queue of LSO.</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(AIRBOSS).RQLid" ><strong>AIRBOSS.RQLid</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -33668,17 +33613,6 @@ If removed flight is the section lead, we try to find a new leader.</p>
|
|||||||
|
|
||||||
<p>Radio queue of marshal.</p>
|
<p>Radio queue of marshal.</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(AIRBOSS).RQMid" ><strong>AIRBOSS.RQMid</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -41940,7 +41874,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> VNAO Edit - Added</p>
|
<p> VNAO Edit - Added </p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -41968,7 +41902,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> VNAO Edit - Added</p>
|
<p> VNAO Edit - Added </p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -42160,6 +42094,20 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(AIRBOSS.PlayerData).flag" ><strong>AIRBOSS.PlayerData.flag</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> Decrease stack/flag. Human player needs to take care himself.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
<a id="#(AIRBOSS.PlayerData).grade" ><strong>AIRBOSS.PlayerData.grade</strong></a>
|
<a id="#(AIRBOSS.PlayerData).grade" ><strong>AIRBOSS.PlayerData.grade</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -42178,6 +42126,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
|
|
||||||
<p>Data table at each position in the groove. Elements are of type <a href="##(AIRBOSS).GrooveData">AIRBOSS.GrooveData</a>.</p>
|
<p>Data table at each position in the groove. Elements are of type <a href="##(AIRBOSS).GrooveData">AIRBOSS.GrooveData</a>.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#boolean
|
||||||
|
<a id="#(AIRBOSS.PlayerData).holding" ><strong>AIRBOSS.PlayerData.holding</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -42313,9 +42272,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> Make player section lead if he was not before.</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -42619,17 +42575,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
|
|
||||||
<p>Band modulation.</p>
|
<p>Band modulation.</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(AIRBOSS.Radio).voice" ><strong>AIRBOSS.Radio.voice</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+36
-305
@@ -5711,17 +5711,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">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(CTLD).CargoCounter" ><strong>CTLD.CargoCounter</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -5791,17 +5780,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
<p>Name of the class.</p>
|
<p>Name of the class.</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(CTLD).CrateCounter" ><strong>CTLD.CrateCounter</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -5822,7 +5800,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD).CtldUnits" ><strong>CTLD.CtldUnits</strong></a>
|
<a id="#(CTLD).CtldUnits" ><strong>CTLD.CtldUnits</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -5844,7 +5822,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD).DroppedTroops" ><strong>CTLD.DroppedTroops</strong></a>
|
<a id="#(CTLD).DroppedTroops" ><strong>CTLD.DroppedTroops</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -5869,14 +5847,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD).EngineersInField" ><strong>CTLD.EngineersInField</strong></a>
|
<a id="#(CTLD).EngineersInField" ><strong>CTLD.EngineersInField</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p>holds #CTLD_ENGINEERING objects</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -5961,7 +5936,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD).FreeFMFrequencies" ><strong>CTLD.FreeFMFrequencies</strong></a>
|
<a id="#(CTLD).FreeFMFrequencies" ><strong>CTLD.FreeFMFrequencies</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -6052,14 +6027,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD).PilotGroups" ><strong>CTLD.PilotGroups</strong></a>
|
<a id="#(CTLD).PilotGroups" ><strong>CTLD.PilotGroups</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> tables</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -6088,11 +6060,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#string
|
|
||||||
<a id="#(CTLD).RadioPath" ><strong>CTLD.RadioPath</strong></a>
|
<a id="#(CTLD).RadioPath" ><strong>CTLD.RadioPath</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> Folderpath.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -6163,7 +6138,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD).Spawned_Cargo" ><strong>CTLD.Spawned_Cargo</strong></a>
|
<a id="#(CTLD).Spawned_Cargo" ><strong>CTLD.Spawned_Cargo</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -6258,40 +6233,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
<a id="#(CTLD).VehicleMoveFormation" ><strong>CTLD.VehicleMoveFormation</strong></a>
|
<a id="#(CTLD).UserSetGroup" ><strong>CTLD.UserSetGroup</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD)._cargoByTemplate" ><strong>CTLD._cargoByTemplate</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD)._crateOrStaticByName" ><strong>CTLD._crateOrStaticByName</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD)._troopsByName" ><strong>CTLD._troopsByName</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -6453,17 +6395,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
<p> #1570</p>
|
<p> #1570</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD).droppedBeacons" ><strong>CTLD.droppedBeacons</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -6760,17 +6691,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
<p> enfore engineer build only?</p>
|
<p> enfore engineer build only?</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#boolean
|
|
||||||
<a id="#(CTLD).onestepmenu" ><strong>CTLD.onestepmenu</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -6918,9 +6838,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> message suppression</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -6938,7 +6855,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#number
|
||||||
<a id="#(CTLD).troopdropzoneradius" ><strong>CTLD.troopdropzoneradius</strong></a>
|
<a id="#(CTLD).troopdropzoneradius" ><strong>CTLD.troopdropzoneradius</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -6987,9 +6904,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> sub categories</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -21376,17 +21290,6 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(CTLD).CargoCounter" ><strong>CTLD.CargoCounter</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -21456,17 +21359,6 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
|
|
||||||
<p>Name of the class.</p>
|
<p>Name of the class.</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(CTLD).CrateCounter" ><strong>CTLD.CrateCounter</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -21487,7 +21379,7 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD).CtldUnits" ><strong>CTLD.CtldUnits</strong></a>
|
<a id="#(CTLD).CtldUnits" ><strong>CTLD.CtldUnits</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -21509,7 +21401,7 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD).DroppedTroops" ><strong>CTLD.DroppedTroops</strong></a>
|
<a id="#(CTLD).DroppedTroops" ><strong>CTLD.DroppedTroops</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -21534,14 +21426,11 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD).EngineersInField" ><strong>CTLD.EngineersInField</strong></a>
|
<a id="#(CTLD).EngineersInField" ><strong>CTLD.EngineersInField</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p>holds #CTLD_ENGINEERING objects</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -21626,7 +21515,7 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD).FreeFMFrequencies" ><strong>CTLD.FreeFMFrequencies</strong></a>
|
<a id="#(CTLD).FreeFMFrequencies" ><strong>CTLD.FreeFMFrequencies</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -21717,14 +21606,11 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD).PilotGroups" ><strong>CTLD.PilotGroups</strong></a>
|
<a id="#(CTLD).PilotGroups" ><strong>CTLD.PilotGroups</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> tables</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -21753,11 +21639,14 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#string
|
|
||||||
<a id="#(CTLD).RadioPath" ><strong>CTLD.RadioPath</strong></a>
|
<a id="#(CTLD).RadioPath" ><strong>CTLD.RadioPath</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> Folderpath.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -21828,7 +21717,7 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD).Spawned_Cargo" ><strong>CTLD.Spawned_Cargo</strong></a>
|
<a id="#(CTLD).Spawned_Cargo" ><strong>CTLD.Spawned_Cargo</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -21923,40 +21812,7 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
<a id="#(CTLD).VehicleMoveFormation" ><strong>CTLD.VehicleMoveFormation</strong></a>
|
<a id="#(CTLD).UserSetGroup" ><strong>CTLD.UserSetGroup</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD)._cargoByTemplate" ><strong>CTLD._cargoByTemplate</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD)._crateOrStaticByName" ><strong>CTLD._crateOrStaticByName</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD)._troopsByName" ><strong>CTLD._troopsByName</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -22118,17 +21974,6 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
|
|
||||||
<p> #1570</p>
|
<p> #1570</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD).droppedBeacons" ><strong>CTLD.droppedBeacons</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -22425,17 +22270,6 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
|
|
||||||
<p> enfore engineer build only?</p>
|
<p> enfore engineer build only?</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#boolean
|
|
||||||
<a id="#(CTLD).onestepmenu" ><strong>CTLD.onestepmenu</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -22583,9 +22417,6 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> message suppression</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -22603,7 +22434,7 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#number
|
||||||
<a id="#(CTLD).troopdropzoneradius" ><strong>CTLD.troopdropzoneradius</strong></a>
|
<a id="#(CTLD).troopdropzoneradius" ><strong>CTLD.troopdropzoneradius</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -22652,9 +22483,6 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> sub categories</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -24238,17 +24066,6 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(CTLD).CargoCounter" ><strong>CTLD.CargoCounter</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -24318,17 +24135,6 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
|
|
||||||
<p>Name of the class.</p>
|
<p>Name of the class.</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(CTLD).CrateCounter" ><strong>CTLD.CrateCounter</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -24349,7 +24155,7 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD).CtldUnits" ><strong>CTLD.CtldUnits</strong></a>
|
<a id="#(CTLD).CtldUnits" ><strong>CTLD.CtldUnits</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -24371,7 +24177,7 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD).DroppedTroops" ><strong>CTLD.DroppedTroops</strong></a>
|
<a id="#(CTLD).DroppedTroops" ><strong>CTLD.DroppedTroops</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -24396,14 +24202,11 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD).EngineersInField" ><strong>CTLD.EngineersInField</strong></a>
|
<a id="#(CTLD).EngineersInField" ><strong>CTLD.EngineersInField</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p>holds #CTLD_ENGINEERING objects</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -24488,7 +24291,7 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD).FreeFMFrequencies" ><strong>CTLD.FreeFMFrequencies</strong></a>
|
<a id="#(CTLD).FreeFMFrequencies" ><strong>CTLD.FreeFMFrequencies</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -24579,14 +24382,11 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD).PilotGroups" ><strong>CTLD.PilotGroups</strong></a>
|
<a id="#(CTLD).PilotGroups" ><strong>CTLD.PilotGroups</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> tables</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -24615,11 +24415,14 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#string
|
|
||||||
<a id="#(CTLD).RadioPath" ><strong>CTLD.RadioPath</strong></a>
|
<a id="#(CTLD).RadioPath" ><strong>CTLD.RadioPath</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> Folderpath.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -24690,7 +24493,7 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD).Spawned_Cargo" ><strong>CTLD.Spawned_Cargo</strong></a>
|
<a id="#(CTLD).Spawned_Cargo" ><strong>CTLD.Spawned_Cargo</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -24785,40 +24588,7 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
<a id="#(CTLD).VehicleMoveFormation" ><strong>CTLD.VehicleMoveFormation</strong></a>
|
<a id="#(CTLD).UserSetGroup" ><strong>CTLD.UserSetGroup</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD)._cargoByTemplate" ><strong>CTLD._cargoByTemplate</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD)._crateOrStaticByName" ><strong>CTLD._crateOrStaticByName</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD)._troopsByName" ><strong>CTLD._troopsByName</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -24980,17 +24750,6 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
|
|
||||||
<p> #1570</p>
|
<p> #1570</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD).droppedBeacons" ><strong>CTLD.droppedBeacons</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -25287,17 +25046,6 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
|
|
||||||
<p> enfore engineer build only?</p>
|
<p> enfore engineer build only?</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#boolean
|
|
||||||
<a id="#(CTLD).onestepmenu" ><strong>CTLD.onestepmenu</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -25445,9 +25193,6 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> message suppression</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -25465,7 +25210,7 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#number
|
||||||
<a id="#(CTLD).troopdropzoneradius" ><strong>CTLD.troopdropzoneradius</strong></a>
|
<a id="#(CTLD).troopdropzoneradius" ><strong>CTLD.troopdropzoneradius</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -25514,9 +25259,6 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> sub categories</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -30235,17 +29977,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(CTLD_CARGO).Positionable" ><strong>CTLD_CARGO.Positionable</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -7833,6 +7833,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(FLIGHTGROUP).currbase" ><strong>FLIGHTGROUP.currbase</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> Set current airbase.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
@@ -8053,17 +8067,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="#(FLIGHTGROUP).isLandingAtAirbase" ><strong>FLIGHTGROUP.isLandingAtAirbase</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -8111,6 +8114,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> Spawn in uncontrolled state.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -18616,6 +18622,20 @@ Here we only check if stuck whilst taxiing.</p>
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(FLIGHTGROUP).currbase" ><strong>FLIGHTGROUP.currbase</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> Set current airbase.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
@@ -18836,17 +18856,6 @@ Here we only check if stuck whilst taxiing.</p>
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(FLIGHTGROUP).isLandingAtAirbase" ><strong>FLIGHTGROUP.isLandingAtAirbase</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -18894,6 +18903,9 @@ Here we only check if stuck whilst taxiing.</p>
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> Spawn in uncontrolled state.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -39466,6 +39478,20 @@ Optionally, you can calculate the current max weight possible, which accounts fo
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(FLIGHTGROUP).currbase" ><strong>FLIGHTGROUP.currbase</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> Set current airbase.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
@@ -39686,17 +39712,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(FLIGHTGROUP).isLandingAtAirbase" ><strong>FLIGHTGROUP.isLandingAtAirbase</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -39744,6 +39759,9 @@ Optionally, you can calculate the current max weight possible, which accounts fo
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> Spawn in uncontrolled state.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -41682,6 +41700,20 @@ Optionally, you can calculate the current max weight possible, which accounts fo
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(FLIGHTGROUP).currbase" ><strong>FLIGHTGROUP.currbase</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> Set current airbase.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
@@ -41902,17 +41934,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(FLIGHTGROUP).isLandingAtAirbase" ><strong>FLIGHTGROUP.isLandingAtAirbase</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -41960,6 +41981,9 @@ Optionally, you can calculate the current max weight possible, which accounts fo
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> Spawn in uncontrolled state.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -4423,17 +4423,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
<p>The DCS controllable class.</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).IRMarkerGroup" ><strong>CONTROLLABLE.IRMarkerGroup</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -18094,17 +18083,6 @@ mygroup:WayPointExecute()</code></pre>
|
|||||||
|
|
||||||
<p>The DCS controllable class.</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).IRMarkerGroup" ><strong>CONTROLLABLE.IRMarkerGroup</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -22260,17 +22238,6 @@ Coordinates are dependent on the position of the maps origin.</p>
|
|||||||
|
|
||||||
<p>The DCS controllable class.</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).IRMarkerGroup" ><strong>CONTROLLABLE.IRMarkerGroup</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -22947,17 +22914,6 @@ If the Identifiable is alive, true is returned. </p>
|
|||||||
|
|
||||||
<p>The DCS controllable class.</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).IRMarkerGroup" ><strong>CONTROLLABLE.IRMarkerGroup</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -23145,17 +23101,6 @@ If the Identifiable is alive, true is returned. </p>
|
|||||||
|
|
||||||
<p>The DCS controllable class.</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).IRMarkerGroup" ><strong>CONTROLLABLE.IRMarkerGroup</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -2949,28 +2949,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
<p>Coordinate of the mark.</p>
|
<p>Coordinate of the mark.</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(MARKER).groupid" ><strong>MARKER.groupid</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(MARKER).groupname" ><strong>MARKER.groupname</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -3055,7 +3033,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#boolean
|
#boolean
|
||||||
<a id="#(MARKER).togroup" ><strong>MARKER.togroup</strong></a>
|
<a id="#(MARKER).toall" ><strong>MARKER.toall</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -5088,28 +5066,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
<p>Coordinate of the mark.</p>
|
<p>Coordinate of the mark.</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(MARKER).groupid" ><strong>MARKER.groupid</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(MARKER).groupname" ><strong>MARKER.groupname</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -5194,7 +5150,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#boolean
|
#boolean
|
||||||
<a id="#(MARKER).togroup" ><strong>MARKER.togroup</strong></a>
|
<a id="#(MARKER).toall" ><strong>MARKER.toall</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -6731,28 +6687,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
<p>Coordinate of the mark.</p>
|
<p>Coordinate of the mark.</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(MARKER).groupid" ><strong>MARKER.groupid</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(MARKER).groupname" ><strong>MARKER.groupname</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -6837,7 +6771,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
#boolean
|
#boolean
|
||||||
<a id="#(MARKER).togroup" ><strong>MARKER.togroup</strong></a>
|
<a id="#(MARKER).toall" ><strong>MARKER.toall</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -3786,17 +3786,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 href="Core.Spot.html##(SPOT)">Core.Spot#SPOT</a>
|
|
||||||
<a id="#(POSITIONABLE).Spot" ><strong>POSITIONABLE.Spot</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -7952,17 +7941,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 href="Core.Spot.html##(SPOT)">Core.Spot#SPOT</a>
|
|
||||||
<a id="#(POSITIONABLE).Spot" ><strong>POSITIONABLE.Spot</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -8639,17 +8617,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 href="Core.Spot.html##(SPOT)">Core.Spot#SPOT</a>
|
|
||||||
<a id="#(POSITIONABLE).Spot" ><strong>POSITIONABLE.Spot</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -8837,17 +8804,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 href="Core.Spot.html##(SPOT)">Core.Spot#SPOT</a>
|
|
||||||
<a id="#(POSITIONABLE).Spot" ><strong>POSITIONABLE.Spot</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user