mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2026-08-18 13:15:26 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -2857,6 +2857,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="#(SETTINGS).PlayerMenu" ><strong>SETTINGS.PlayerMenu</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -5014,6 +5025,17 @@ It is advised to use this method at the start of the mission.</p>
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(SETTINGS).PlayerMenu" ><strong>SETTINGS.PlayerMenu</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+195
-53
@@ -3018,7 +3018,19 @@ and any spaces before and after the resulting name are removed.</p>
|
|||||||
</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).callsign">SPAWN.callsign</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>
|
||||||
|
</tr>
|
||||||
|
<tr class="w3-border">
|
||||||
|
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SPAWN).uncontrolled">SPAWN.uncontrolled</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>
|
</td>
|
||||||
@@ -3707,14 +3719,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">
|
||||||
|
|
||||||
#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>
|
||||||
@@ -3795,9 +3804,6 @@ 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>
|
||||||
@@ -3864,20 +3870,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="#(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>
|
||||||
@@ -4035,6 +4027,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).SpawnInitFreq" ><strong>SPAWN.SpawnInitFreq</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -4115,8 +4118,49 @@ 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">
|
||||||
|
|
||||||
|
|
||||||
<p> By default, no InitLimit</p>
|
<a id="#(SPAWN).SpawnInitLivery" ><strong>SPAWN.SpawnInitLivery</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(SPAWN).SpawnInitModex" ><strong>SPAWN.SpawnInitModex</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</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>
|
||||||
|
|
||||||
@@ -4132,6 +4176,17 @@ 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>
|
||||||
@@ -4163,7 +4218,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>
|
||||||
|
|
||||||
|
|
||||||
@@ -4177,7 +4232,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>
|
||||||
|
|
||||||
|
|
||||||
@@ -4423,7 +4478,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> Flag that indicates if all the Groups of the SpawnGroup need to be visible when Spawned.</p>
|
<p> When the first Spawn executes, all the Groups need to be made visible before start.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -4504,7 +4559,29 @@ 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="#(SPAWN).hidden" ><strong>SPAWN.hidden</strong></a>
|
<a id="#(SPAWN).callsign" ><strong>SPAWN.callsign</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 class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(SPAWN).uncontrolled" ><strong>SPAWN.uncontrolled</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -10349,14 +10426,11 @@ 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>
|
||||||
@@ -10437,9 +10511,6 @@ 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>
|
||||||
@@ -10506,20 +10577,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">
|
|
||||||
|
|
||||||
#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>
|
||||||
@@ -10677,6 +10734,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).SpawnInitFreq" ><strong>SPAWN.SpawnInitFreq</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -10757,8 +10825,49 @@ 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">
|
||||||
|
|
||||||
|
|
||||||
<p> By default, no InitLimit</p>
|
<a id="#(SPAWN).SpawnInitLivery" ><strong>SPAWN.SpawnInitLivery</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(SPAWN).SpawnInitModex" ><strong>SPAWN.SpawnInitModex</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</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>
|
||||||
|
|
||||||
@@ -10774,6 +10883,17 @@ 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>
|
||||||
@@ -10805,7 +10925,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>
|
||||||
|
|
||||||
|
|
||||||
@@ -10819,7 +10939,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>
|
||||||
|
|
||||||
|
|
||||||
@@ -11065,7 +11185,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.</p
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> Flag that indicates if all the Groups of the SpawnGroup need to be visible when Spawned.</p>
|
<p> When the first Spawn executes, all the Groups need to be made visible before start.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -11146,7 +11266,29 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.</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="#(SPAWN).hidden" ><strong>SPAWN.hidden</strong></a>
|
<a id="#(SPAWN).callsign" ><strong>SPAWN.callsign</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 class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(SPAWN).uncontrolled" ><strong>SPAWN.uncontrolled</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2765,6 +2765,39 @@ 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).ScheduleID" ><strong>SPOT.ScheduleID</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(SPOT).SpotIR" ><strong>SPOT.SpotIR</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(SPOT).SpotLaser" ><strong>SPOT.SpotLaser</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -4048,6 +4081,39 @@ 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).ScheduleID" ><strong>SPOT.ScheduleID</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(SPOT).SpotIR" ><strong>SPOT.SpotIR</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(SPOT).SpotLaser" ><strong>SPOT.SpotLaser</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -5603,6 +5669,39 @@ 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).ScheduleID" ><strong>SPOT.ScheduleID</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(SPOT).SpotIR" ><strong>SPOT.SpotIR</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(SPOT).SpotLaser" ><strong>SPOT.SpotLaser</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -16664,6 +16664,17 @@ 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="#(ZONE_OVAL).Angle" ><strong>ZONE_OVAL.Angle</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#table
|
||||||
<a id="#(ZONE_OVAL).CenterVec2" ><strong>ZONE_OVAL.CenterVec2</strong></a>
|
<a id="#(ZONE_OVAL).CenterVec2" ><strong>ZONE_OVAL.CenterVec2</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -17368,6 +17379,17 @@ 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="#(ZONE_OVAL).Angle" ><strong>ZONE_OVAL.Angle</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#table
|
||||||
<a id="#(ZONE_OVAL).CenterVec2" ><strong>ZONE_OVAL.CenterVec2</strong></a>
|
<a id="#(ZONE_OVAL).CenterVec2" ><strong>ZONE_OVAL.CenterVec2</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -19539,6 +19561,17 @@ end
|
|||||||
<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_OVAL).Angle" ><strong>ZONE_OVAL.Angle</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#table
|
||||||
<a id="#(ZONE_OVAL).CenterVec2" ><strong>ZONE_OVAL.CenterVec2</strong></a>
|
<a id="#(ZONE_OVAL).CenterVec2" ><strong>ZONE_OVAL.CenterVec2</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -21072,6 +21105,17 @@ end
|
|||||||
<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_OVAL).Angle" ><strong>ZONE_OVAL.Angle</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#table
|
||||||
<a id="#(ZONE_OVAL).CenterVec2" ><strong>ZONE_OVAL.CenterVec2</strong></a>
|
<a id="#(ZONE_OVAL).CenterVec2" ><strong>ZONE_OVAL.CenterVec2</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -3369,7 +3369,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>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -6500,7 +6500,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>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -8469,7 +8469,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>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -3911,7 +3911,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="#(ATC_GROUND).Airbases" ><strong>ATC_GROUND.Airbases</strong></a>
|
<a id="#(ATC_GROUND).Airbases" ><strong>ATC_GROUND.Airbases</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -3927,9 +3927,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> Kickspeed</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -4499,7 +4496,7 @@ An airbase can be specified to set the maximum kick speed for.</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">
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(ATC_GROUND).Airbases" ><strong>ATC_GROUND.Airbases</strong></a>
|
<a id="#(ATC_GROUND).Airbases" ><strong>ATC_GROUND.Airbases</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -4515,9 +4512,6 @@ An airbase can be specified to set the maximum kick speed for.</p>
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> Kickspeed</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -2323,7 +2323,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).CurrentLasing" ><strong>AUTOLASE.CurrentLasing</strong></a>
|
<a id="#(AUTOLASE).CurrentLasing" ><strong>AUTOLASE.CurrentLasing</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -2562,39 +2562,6 @@
|
|||||||
|
|
||||||
<p> set up SRS</p>
|
<p> set up SRS</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(AUTOLASE).SRSFreq" ><strong>AUTOLASE.SRSFreq</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(AUTOLASE).SRSMod" ><strong>AUTOLASE.SRSMod</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#string
|
|
||||||
<a id="#(AUTOLASE).SRSPath" ><strong>AUTOLASE.SRSPath</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -2683,17 +2650,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(AUTOLASE).lasingindex" ><strong>AUTOLASE.lasingindex</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -2714,22 +2670,11 @@
|
|||||||
<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="#(AUTOLASE).minthreatlevel" ><strong>AUTOLASE.minthreatlevel</strong></a>
|
<a id="#(AUTOLASE).minthreatlevel" ><strong>AUTOLASE.minthreatlevel</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#boolean
|
|
||||||
<a id="#(AUTOLASE).notifypilots" ><strong>AUTOLASE.notifypilots</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -2796,6 +2741,17 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<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>
|
||||||
@@ -2813,7 +2769,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).targetsperrecce" ><strong>AUTOLASE.targetsperrecce</strong></a>
|
<a id="#(AUTOLASE).targetsperrecce" ><strong>AUTOLASE.targetsperrecce</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -20147,28 +20147,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">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(DETECTION_BASE).DetectedItemCount" ><strong>DETECTION_BASE.DetectedItemCount</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(DETECTION_BASE).DetectedItemMax" ><strong>DETECTION_BASE.DetectedItemMax</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -20301,17 +20279,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">
|
|
||||||
|
|
||||||
#boolean
|
|
||||||
<a id="#(DETECTION_BASE).Locking" ><strong>DETECTION_BASE.Locking</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -20329,7 +20296,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
<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="#(DETECTION_BASE).RefreshTimeInterval" ><strong>DETECTION_BASE.RefreshTimeInterval</strong></a>
|
<a id="#(DETECTION_BASE).RefreshTimeInterval" ><strong>DETECTION_BASE.RefreshTimeInterval</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -24934,28 +24901,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(DETECTION_BASE).DetectedItemCount" ><strong>DETECTION_BASE.DetectedItemCount</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(DETECTION_BASE).DetectedItemMax" ><strong>DETECTION_BASE.DetectedItemMax</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -25088,17 +25033,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#boolean
|
|
||||||
<a id="#(DETECTION_BASE).Locking" ><strong>DETECTION_BASE.Locking</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -25116,7 +25050,7 @@ zones that reflect cloudy areas where detected units may not be so easily visual
|
|||||||
<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="#(DETECTION_BASE).RefreshTimeInterval" ><strong>DETECTION_BASE.RefreshTimeInterval</strong></a>
|
<a id="#(DETECTION_BASE).RefreshTimeInterval" ><strong>DETECTION_BASE.RefreshTimeInterval</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -26742,28 +26676,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(DETECTION_BASE).DetectedItemCount" ><strong>DETECTION_BASE.DetectedItemCount</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(DETECTION_BASE).DetectedItemMax" ><strong>DETECTION_BASE.DetectedItemMax</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -26896,17 +26808,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#boolean
|
|
||||||
<a id="#(DETECTION_BASE).Locking" ><strong>DETECTION_BASE.Locking</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -26924,7 +26825,7 @@ zones that reflect cloudy areas where detected units may not be so easily visual
|
|||||||
<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="#(DETECTION_BASE).RefreshTimeInterval" ><strong>DETECTION_BASE.RefreshTimeInterval</strong></a>
|
<a id="#(DETECTION_BASE).RefreshTimeInterval" ><strong>DETECTION_BASE.RefreshTimeInterval</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -6107,8 +6107,8 @@ 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="#(MANTIS).AcceptZones" ><strong>MANTIS.AcceptZones</strong></a>
|
<a id="#(MANTIS).AWACS_Prefix" ><strong>MANTIS.AWACS_Prefix</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -6156,17 +6156,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">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(MANTIS).ConflictZones" ><strong>MANTIS.ConflictZones</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -6321,17 +6310,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
<p>The ME name of the HQ object</p>
|
<p>The ME name of the HQ object</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(MANTIS).InboundARMs" ><strong>MANTIS.InboundARMs</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -6387,70 +6365,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">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(MANTIS).LastThreatEval" ><strong>MANTIS.LastThreatEval</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#boolean
|
|
||||||
<a id="#(MANTIS).NavalAutonomy" ><strong>MANTIS.NavalAutonomy</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> ship groups outside EWR radar coverage go alarm RED and search autonomously (see SetNavalAutonomy)</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(MANTIS).NavalAutonomyRadius" ><strong>MANTIS.NavalAutonomyRadius</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> meters; a ship group within this distance of an alive EWR group counts as covered</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#boolean
|
|
||||||
<a id="#(MANTIS).NavalPerUnit" ><strong>MANTIS.NavalPerUnit</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> classify & switch every ship unit individually (see SetNavalPerUnit)</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#boolean
|
|
||||||
<a id="#(MANTIS).NavalSurfaceWakeup" ><strong>MANTIS.NavalSurfaceWakeup</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -6462,17 +6376,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">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(MANTIS).RejectZones" ><strong>MANTIS.RejectZones</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -6563,20 +6466,6 @@ 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">
|
|
||||||
|
|
||||||
#boolean
|
|
||||||
<a id="#(MANTIS).SEADNaval" ><strong>MANTIS.SEADNaval</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> ships hard-kill inbound missiles; they do not go EMCON under SEAD (see SetNavalSEAD)</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">
|
||||||
@@ -6727,8 +6616,8 @@ 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="#(MANTIS).SkateNumber" ><strong>MANTIS.SkateNumber</strong></a>
|
<a id="#(MANTIS).SkateZones" ><strong>MANTIS.SkateZones</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -6867,17 +6756,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">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(MANTIS)._jammerSnapshot" ><strong>MANTIS._jammerSnapshot</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -7211,61 +7089,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
<p>Log SAM status in dcs.log every cycle if true.</p>
|
<p>Log SAM status in dcs.log every cycle if true.</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(MANTIS).maxclassic" ><strong>MANTIS.maxclassic</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(MANTIS).maxlongrange" ><strong>MANTIS.maxlongrange</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(MANTIS).maxmidrange" ><strong>MANTIS.maxmidrange</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(MANTIS).maxpointdefrange" ><strong>MANTIS.maxpointdefrange</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(MANTIS).maxshortrange" ><strong>MANTIS.maxshortrange</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -7335,6 +7158,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> switch alarm state RED</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -13871,8 +13697,8 @@ Substring matching with digit-boundary protection prevents false matches
|
|||||||
<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="#(MANTIS).AcceptZones" ><strong>MANTIS.AcceptZones</strong></a>
|
<a id="#(MANTIS).AWACS_Prefix" ><strong>MANTIS.AWACS_Prefix</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -13920,17 +13746,6 @@ Substring matching with digit-boundary protection prevents false matches
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</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>
|
||||||
@@ -14085,17 +13900,6 @@ Substring matching with digit-boundary protection prevents false matches
|
|||||||
|
|
||||||
<p>The ME name of the HQ object</p>
|
<p>The ME name of the HQ object</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(MANTIS).InboundARMs" ><strong>MANTIS.InboundARMs</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -14151,70 +13955,6 @@ Substring matching with digit-boundary protection prevents false matches
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(MANTIS).LastThreatEval" ><strong>MANTIS.LastThreatEval</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#boolean
|
|
||||||
<a id="#(MANTIS).NavalAutonomy" ><strong>MANTIS.NavalAutonomy</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> ship groups outside EWR radar coverage go alarm RED and search autonomously (see SetNavalAutonomy)</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(MANTIS).NavalAutonomyRadius" ><strong>MANTIS.NavalAutonomyRadius</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> meters; a ship group within this distance of an alive EWR group counts as covered</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#boolean
|
|
||||||
<a id="#(MANTIS).NavalPerUnit" ><strong>MANTIS.NavalPerUnit</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> classify & switch every ship unit individually (see SetNavalPerUnit)</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#boolean
|
|
||||||
<a id="#(MANTIS).NavalSurfaceWakeup" ><strong>MANTIS.NavalSurfaceWakeup</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -14226,17 +13966,6 @@ Substring matching with digit-boundary protection prevents false matches
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(MANTIS).RejectZones" ><strong>MANTIS.RejectZones</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -14327,20 +14056,6 @@ Substring matching with digit-boundary protection prevents false matches
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#boolean
|
|
||||||
<a id="#(MANTIS).SEADNaval" ><strong>MANTIS.SEADNaval</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> ships hard-kill inbound missiles; they do not go EMCON under SEAD (see SetNavalSEAD)</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">
|
||||||
@@ -14491,8 +14206,8 @@ Substring matching with digit-boundary protection prevents false matches
|
|||||||
<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="#(MANTIS).SkateNumber" ><strong>MANTIS.SkateNumber</strong></a>
|
<a id="#(MANTIS).SkateZones" ><strong>MANTIS.SkateZones</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -14631,17 +14346,6 @@ Substring matching with digit-boundary protection prevents false matches
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(MANTIS)._jammerSnapshot" ><strong>MANTIS._jammerSnapshot</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -14975,61 +14679,6 @@ Substring matching with digit-boundary protection prevents false matches
|
|||||||
|
|
||||||
<p>Log SAM status in dcs.log every cycle if true.</p>
|
<p>Log SAM status in dcs.log every cycle if true.</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(MANTIS).maxclassic" ><strong>MANTIS.maxclassic</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(MANTIS).maxlongrange" ><strong>MANTIS.maxlongrange</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(MANTIS).maxmidrange" ><strong>MANTIS.maxmidrange</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(MANTIS).maxpointdefrange" ><strong>MANTIS.maxpointdefrange</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(MANTIS).maxshortrange" ><strong>MANTIS.maxshortrange</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -15099,6 +14748,9 @@ Substring matching with digit-boundary protection prevents false matches
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> switch alarm state RED</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -2212,20 +2212,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<div class="fields w3-container w3-theme-l2">
|
<div class="fields w3-container w3-theme-l2">
|
||||||
<h2>Field(s)</h2>
|
<h2>Field(s)</h2>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(MOVEMENT).AliveUnits" ><strong>MOVEMENT.AliveUnits</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> Contains the counter how many units are currently alive.</p>
|
|
||||||
|
|
||||||
</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">
|
||||||
|
|
||||||
@@ -2456,20 +2442,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<div class="fields w3-container w3-theme-l2">
|
<div class="fields w3-container w3-theme-l2">
|
||||||
<h2>Field(s)</h2>
|
<h2>Field(s)</h2>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(MOVEMENT).AliveUnits" ><strong>MOVEMENT.AliveUnits</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> Contains the counter how many units are currently alive.</p>
|
|
||||||
|
|
||||||
</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">
|
||||||
|
|
||||||
|
|||||||
@@ -3356,12 +3356,6 @@ 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">
|
||||||
@@ -4608,7 +4602,19 @@ and any spaces before and after the resulting name are removed.</p>
|
|||||||
</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).callsign">RAT.callsign</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>
|
||||||
|
</tr>
|
||||||
|
<tr class="w3-border">
|
||||||
|
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).uncontrolled">RAT.uncontrolled</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>
|
</td>
|
||||||
@@ -7875,17 +7881,6 @@ 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>
|
||||||
@@ -15834,17 +15829,6 @@ 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>
|
||||||
@@ -22940,17 +22924,6 @@ 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>
|
||||||
|
|||||||
@@ -2922,6 +2922,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>
|
||||||
|
|
||||||
|
|
||||||
@@ -3177,7 +3188,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>
|
||||||
|
|
||||||
|
|
||||||
@@ -6379,6 +6390,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>
|
||||||
|
|
||||||
|
|
||||||
@@ -6634,7 +6656,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>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -42062,7 +42062,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>
|
||||||
|
|
||||||
@@ -42090,7 +42090,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>
|
||||||
|
|
||||||
@@ -42104,7 +42104,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>
|
||||||
|
|
||||||
@@ -42216,6 +42216,9 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> Set case to that of lead.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -42279,6 +42282,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>
|
||||||
|
|
||||||
|
|
||||||
@@ -42432,9 +42449,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> Set section lead of player flight.</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -42629,7 +42643,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>
|
||||||
|
|
||||||
@@ -42657,7 +42671,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>
|
||||||
|
|
||||||
|
|||||||
@@ -6755,17 +6755,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
<div class="fields w3-container w3-theme-l2">
|
<div class="fields w3-container w3-theme-l2">
|
||||||
<h2>Field(s)</h2>
|
<h2>Field(s)</h2>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(ARMYGROUP).HuntingEnemySet" ><strong>ARMYGROUP.HuntingEnemySet</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</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">
|
||||||
|
|
||||||
@@ -12650,17 +12639,6 @@ and pick the closest unit to this ARMYGROUP.</p>
|
|||||||
<div class="fields w3-container w3-theme-l2">
|
<div class="fields w3-container w3-theme-l2">
|
||||||
<h2>Field(s)</h2>
|
<h2>Field(s)</h2>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(ARMYGROUP).HuntingEnemySet" ><strong>ARMYGROUP.HuntingEnemySet</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</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">
|
||||||
|
|
||||||
@@ -33171,17 +33149,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
|
|||||||
<div class="fields w3-container w3-theme-l2">
|
<div class="fields w3-container w3-theme-l2">
|
||||||
<h2>Field(s)</h2>
|
<h2>Field(s)</h2>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(ARMYGROUP).HuntingEnemySet" ><strong>ARMYGROUP.HuntingEnemySet</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</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">
|
||||||
|
|
||||||
@@ -35032,17 +34999,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
|
|||||||
<div class="fields w3-container w3-theme-l2">
|
<div class="fields w3-container w3-theme-l2">
|
||||||
<h2>Field(s)</h2>
|
<h2>Field(s)</h2>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(ARMYGROUP).HuntingEnemySet" ><strong>ARMYGROUP.HuntingEnemySet</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</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">
|
||||||
|
|
||||||
|
|||||||
@@ -7450,6 +7450,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
<p>Mission Ingress waypoint coordinate.</p>
|
<p>Mission Ingress waypoint coordinate.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(AUFTRAG).missionIngressCoordAlt" ><strong>AUFTRAG.missionIngressCoordAlt</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -23326,6 +23337,17 @@ will always return.</p>
|
|||||||
|
|
||||||
<p>Mission Ingress waypoint coordinate.</p>
|
<p>Mission Ingress waypoint coordinate.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(AUFTRAG).missionIngressCoordAlt" ><strong>AUFTRAG.missionIngressCoordAlt</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -26740,6 +26762,17 @@ will always return.</p>
|
|||||||
|
|
||||||
<p>Mission Ingress waypoint coordinate.</p>
|
<p>Mission Ingress waypoint coordinate.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(AUFTRAG).missionIngressCoordAlt" ><strong>AUFTRAG.missionIngressCoordAlt</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+90
-147
@@ -2604,6 +2604,12 @@ Dropped troop noMessage and forcedesc parameters aren't saved.</p>
|
|||||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CSAR).inTransitGroups">CSAR.inTransitGroups</a></p></td>
|
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CSAR).inTransitGroups">CSAR.inTransitGroups</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="##(CSAR).index">CSAR.index</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">
|
||||||
@@ -2832,6 +2838,12 @@ Dropped troop noMessage and forcedesc parameters aren't saved.</p>
|
|||||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CSAR).smokecolor">CSAR.smokecolor</a></p></td>
|
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CSAR).smokecolor">CSAR.smokecolor</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="##(CSAR).speed">CSAR.speed</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">
|
||||||
@@ -4189,7 +4201,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="#(CSAR).FreeVHFFrequencies" ><strong>CSAR.FreeVHFFrequencies</strong></a>
|
<a id="#(CSAR).FreeVHFFrequencies" ><strong>CSAR.FreeVHFFrequencies</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -4590,7 +4602,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">
|
||||||
|
|
||||||
<a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a>
|
|
||||||
<a id="#(CSAR).coordinate" ><strong>CSAR.coordinate</strong></a>
|
<a id="#(CSAR).coordinate" ><strong>CSAR.coordinate</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -4679,14 +4691,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="#(CSAR).csarUnits" ><strong>CSAR.csarUnits</strong></a>
|
<a id="#(CSAR).csarUnits" ><strong>CSAR.csarUnits</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> table of CSAR unit names</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -4707,25 +4716,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="#(CSAR).downedPilots" ><strong>CSAR.downedPilots</strong></a>
|
<a id="#(CSAR).downedPilots" ><strong>CSAR.downedPilots</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> Replacement woundedGroups</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(CSAR).downedpilotcounter" ><strong>CSAR.downedpilotcounter</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -4860,6 +4855,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
<p> contain a table for each SAR with all units he has with the original names</p>
|
<p> contain a table for each SAR with all units he has with the original names</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(CSAR).index" ><strong>CSAR.index</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -5076,20 +5082,6 @@ 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">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(CSAR).rescuedpilots" ><strong>CSAR.rescuedpilots</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> counter for saved pilots</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">
|
||||||
@@ -5115,20 +5107,6 @@ 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">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(CSAR).rescues" ><strong>CSAR.rescues</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> counter for successful rescue landings at FARP/AFB/MASH</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">
|
||||||
@@ -5166,6 +5144,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
<p> Color of smokemarker for blue side, 0 is green, 1 is red, 2 is white, 3 is orange and 4 is blue</p>
|
<p> Color of smokemarker for blue side, 0 is green, 1 is red, 2 is white, 3 is orange and 4 is blue</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(CSAR).speed" ><strong>CSAR.speed</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -10664,7 +10653,7 @@ callsigns from playername or group name.</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">
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CSAR).FreeVHFFrequencies" ><strong>CSAR.FreeVHFFrequencies</strong></a>
|
<a id="#(CSAR).FreeVHFFrequencies" ><strong>CSAR.FreeVHFFrequencies</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -11065,7 +11054,7 @@ callsigns from playername or group name.</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">
|
||||||
|
|
||||||
<a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a>
|
|
||||||
<a id="#(CSAR).coordinate" ><strong>CSAR.coordinate</strong></a>
|
<a id="#(CSAR).coordinate" ><strong>CSAR.coordinate</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -11154,14 +11143,11 @@ callsigns from playername or group name.</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">
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CSAR).csarUnits" ><strong>CSAR.csarUnits</strong></a>
|
<a id="#(CSAR).csarUnits" ><strong>CSAR.csarUnits</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> table of CSAR unit names</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -11182,25 +11168,11 @@ callsigns from playername or group name.</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">
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CSAR).downedPilots" ><strong>CSAR.downedPilots</strong></a>
|
<a id="#(CSAR).downedPilots" ><strong>CSAR.downedPilots</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> Replacement woundedGroups</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(CSAR).downedpilotcounter" ><strong>CSAR.downedpilotcounter</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -11335,6 +11307,17 @@ callsigns from playername or group name.</p>
|
|||||||
|
|
||||||
<p> contain a table for each SAR with all units he has with the original names</p>
|
<p> contain a table for each SAR with all units he has with the original names</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(CSAR).index" ><strong>CSAR.index</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -11551,20 +11534,6 @@ callsigns from playername or group name.</p>
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(CSAR).rescuedpilots" ><strong>CSAR.rescuedpilots</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> counter for saved pilots</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">
|
||||||
@@ -11590,20 +11559,6 @@ callsigns from playername or group name.</p>
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(CSAR).rescues" ><strong>CSAR.rescues</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> counter for successful rescue landings at FARP/AFB/MASH</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">
|
||||||
@@ -11641,6 +11596,17 @@ callsigns from playername or group name.</p>
|
|||||||
|
|
||||||
<p> Color of smokemarker for blue side, 0 is green, 1 is red, 2 is white, 3 is orange and 4 is blue</p>
|
<p> Color of smokemarker for blue side, 0 is green, 1 is red, 2 is white, 3 is orange and 4 is blue</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(CSAR).speed" ><strong>CSAR.speed</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -13346,7 +13312,7 @@ callsigns from playername or group name.</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">
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CSAR).FreeVHFFrequencies" ><strong>CSAR.FreeVHFFrequencies</strong></a>
|
<a id="#(CSAR).FreeVHFFrequencies" ><strong>CSAR.FreeVHFFrequencies</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -13747,7 +13713,7 @@ callsigns from playername or group name.</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">
|
||||||
|
|
||||||
<a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a>
|
|
||||||
<a id="#(CSAR).coordinate" ><strong>CSAR.coordinate</strong></a>
|
<a id="#(CSAR).coordinate" ><strong>CSAR.coordinate</strong></a>
|
||||||
|
|
||||||
|
|
||||||
@@ -13836,14 +13802,11 @@ callsigns from playername or group name.</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">
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CSAR).csarUnits" ><strong>CSAR.csarUnits</strong></a>
|
<a id="#(CSAR).csarUnits" ><strong>CSAR.csarUnits</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> table of CSAR unit names</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -13864,25 +13827,11 @@ callsigns from playername or group name.</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">
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CSAR).downedPilots" ><strong>CSAR.downedPilots</strong></a>
|
<a id="#(CSAR).downedPilots" ><strong>CSAR.downedPilots</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> Replacement woundedGroups</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(CSAR).downedpilotcounter" ><strong>CSAR.downedpilotcounter</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -14017,6 +13966,17 @@ callsigns from playername or group name.</p>
|
|||||||
|
|
||||||
<p> contain a table for each SAR with all units he has with the original names</p>
|
<p> contain a table for each SAR with all units he has with the original names</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(CSAR).index" ><strong>CSAR.index</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -14233,20 +14193,6 @@ callsigns from playername or group name.</p>
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(CSAR).rescuedpilots" ><strong>CSAR.rescuedpilots</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> counter for saved pilots</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">
|
||||||
@@ -14272,20 +14218,6 @@ callsigns from playername or group name.</p>
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(CSAR).rescues" ><strong>CSAR.rescues</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> counter for successful rescue landings at FARP/AFB/MASH</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">
|
||||||
@@ -14323,6 +14255,17 @@ callsigns from playername or group name.</p>
|
|||||||
|
|
||||||
<p> Color of smokemarker for blue side, 0 is green, 1 is red, 2 is white, 3 is orange and 4 is blue</p>
|
<p> Color of smokemarker for blue side, 0 is green, 1 is red, 2 is white, 3 is orange and 4 is blue</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
|
<a id="#(CSAR).speed" ><strong>CSAR.speed</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6631,39 +6631,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">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD)._c130DcAutoBatches" ><strong>CTLD._c130DcAutoBatches</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD)._c130DcAutoMap" ><strong>CTLD._c130DcAutoMap</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD)._c130DcAutoSets" ><strong>CTLD._c130DcAutoSets</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -7265,9 +7232,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> message suppression</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -24502,39 +24466,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">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD)._c130DcAutoBatches" ><strong>CTLD._c130DcAutoBatches</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD)._c130DcAutoMap" ><strong>CTLD._c130DcAutoMap</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD)._c130DcAutoSets" ><strong>CTLD._c130DcAutoSets</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -25136,9 +25067,6 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> message suppression</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -27353,39 +27281,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">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD)._c130DcAutoBatches" ><strong>CTLD._c130DcAutoBatches</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD)._c130DcAutoMap" ><strong>CTLD._c130DcAutoMap</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#table
|
|
||||||
<a id="#(CTLD)._c130DcAutoSets" ><strong>CTLD._c130DcAutoSets</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -27987,9 +27882,6 @@ However, if you create a new folder inside the miz file, which contains the soun
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> message suppression</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -32752,17 +32644,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
|||||||
|
|
||||||
<p>Can transport crate.</p>
|
<p>Can transport crate.</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(CTLD.UnitTypeCapabilities).length" ><strong>CTLD.UnitTypeCapabilities.length</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -7784,20 +7784,6 @@ 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).Twaiting" ><strong>FLIGHTGROUP.Twaiting</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> Set time stamp.</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">
|
||||||
@@ -7878,20 +7864,6 @@ 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).dTwait" ><strong>FLIGHTGROUP.dTwait</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> Max waiting time in seconds.</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">
|
||||||
@@ -7923,6 +7895,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> Set the destination base.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -8131,6 +8106,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
<p>Flight is ready for takeoff. This is for FLIGHTCONTROL.</p>
|
<p>Flight is ready for takeoff. This is for FLIGHTCONTROL.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#boolean
|
||||||
|
<a id="#(FLIGHTGROUP).isUncontrolled" ><strong>FLIGHTGROUP.isUncontrolled</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -18620,20 +18606,6 @@ 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).Twaiting" ><strong>FLIGHTGROUP.Twaiting</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> Set time stamp.</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">
|
||||||
@@ -18714,20 +18686,6 @@ 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).dTwait" ><strong>FLIGHTGROUP.dTwait</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> Max waiting time in seconds.</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">
|
||||||
@@ -18759,6 +18717,9 @@ Here we only check if stuck whilst taxiing.</p>
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> Set the destination base.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -18967,6 +18928,17 @@ Here we only check if stuck whilst taxiing.</p>
|
|||||||
|
|
||||||
<p>Flight is ready for takeoff. This is for FLIGHTCONTROL.</p>
|
<p>Flight is ready for takeoff. This is for FLIGHTCONTROL.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#boolean
|
||||||
|
<a id="#(FLIGHTGROUP).isUncontrolled" ><strong>FLIGHTGROUP.isUncontrolled</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -39499,20 +39471,6 @@ 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).Twaiting" ><strong>FLIGHTGROUP.Twaiting</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> Set time stamp.</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">
|
||||||
@@ -39593,20 +39551,6 @@ 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).dTwait" ><strong>FLIGHTGROUP.dTwait</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> Max waiting time in seconds.</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">
|
||||||
@@ -39638,6 +39582,9 @@ Optionally, you can calculate the current max weight possible, which accounts fo
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> Set the destination base.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -39846,6 +39793,17 @@ Optionally, you can calculate the current max weight possible, which accounts fo
|
|||||||
|
|
||||||
<p>Flight is ready for takeoff. This is for FLIGHTCONTROL.</p>
|
<p>Flight is ready for takeoff. This is for FLIGHTCONTROL.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#boolean
|
||||||
|
<a id="#(FLIGHTGROUP).isUncontrolled" ><strong>FLIGHTGROUP.isUncontrolled</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -41718,20 +41676,6 @@ 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).Twaiting" ><strong>FLIGHTGROUP.Twaiting</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> Set time stamp.</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">
|
||||||
@@ -41812,20 +41756,6 @@ 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).dTwait" ><strong>FLIGHTGROUP.dTwait</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> Max waiting time in seconds.</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">
|
||||||
@@ -41857,6 +41787,9 @@ Optionally, you can calculate the current max weight possible, which accounts fo
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> Set the destination base.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -42065,6 +41998,17 @@ Optionally, you can calculate the current max weight possible, which accounts fo
|
|||||||
|
|
||||||
<p>Flight is ready for takeoff. This is for FLIGHTCONTROL.</p>
|
<p>Flight is ready for takeoff. This is for FLIGHTCONTROL.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#boolean
|
||||||
|
<a id="#(FLIGHTGROUP).isUncontrolled" ><strong>FLIGHTGROUP.isUncontrolled</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -8158,17 +8158,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">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(LIFO).uniquecounter" ><strong>LIFO.uniquecounter</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -9018,17 +9007,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">
|
|
||||||
|
|
||||||
#number
|
|
||||||
<a id="#(LIFO).uniquecounter" ><strong>LIFO.uniquecounter</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -5598,18 +5598,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="#(GROUP).InitRespawnRandomizePositionInner" ><strong>GROUP.InitRespawnRandomizePositionInner</strong></a>
|
<a id="#(GROUP).InitRespawnRandomizePositionZone" ><strong>GROUP.InitRespawnRandomizePositionZone</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(GROUP).InitRespawnRandomizePositionOuter" ><strong>GROUP.InitRespawnRandomizePositionOuter</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -10793,18 +10782,7 @@ These settings can be provided by calling the relevant Init...() methods of the
|
|||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
<a id="#(GROUP).InitRespawnRandomizePositionInner" ><strong>GROUP.InitRespawnRandomizePositionInner</strong></a>
|
<a id="#(GROUP).InitRespawnRandomizePositionZone" ><strong>GROUP.InitRespawnRandomizePositionZone</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(GROUP).InitRespawnRandomizePositionOuter" ><strong>GROUP.InitRespawnRandomizePositionOuter</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -24650,18 +24628,7 @@ mygroup:WayPointExecute()</code></pre>
|
|||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
|
||||||
<a id="#(GROUP).InitRespawnRandomizePositionInner" ><strong>GROUP.InitRespawnRandomizePositionInner</strong></a>
|
<a id="#(GROUP).InitRespawnRandomizePositionZone" ><strong>GROUP.InitRespawnRandomizePositionZone</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(GROUP).InitRespawnRandomizePositionOuter" ><strong>GROUP.InitRespawnRandomizePositionOuter</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -28921,18 +28888,7 @@ Coordinates are dependent on the position of the maps origin.</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="#(GROUP).InitRespawnRandomizePositionInner" ><strong>GROUP.InitRespawnRandomizePositionInner</strong></a>
|
<a id="#(GROUP).InitRespawnRandomizePositionZone" ><strong>GROUP.InitRespawnRandomizePositionZone</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(GROUP).InitRespawnRandomizePositionOuter" ><strong>GROUP.InitRespawnRandomizePositionOuter</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -29713,18 +29669,7 @@ If the Identifiable is alive, true is returned. </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="#(GROUP).InitRespawnRandomizePositionInner" ><strong>GROUP.InitRespawnRandomizePositionInner</strong></a>
|
<a id="#(GROUP).InitRespawnRandomizePositionZone" ><strong>GROUP.InitRespawnRandomizePositionZone</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(GROUP).InitRespawnRandomizePositionOuter" ><strong>GROUP.InitRespawnRandomizePositionOuter</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -30016,18 +29961,7 @@ If the Identifiable is alive, true is returned. </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="#(GROUP).InitRespawnRandomizePositionInner" ><strong>GROUP.InitRespawnRandomizePositionInner</strong></a>
|
<a id="#(GROUP).InitRespawnRandomizePositionZone" ><strong>GROUP.InitRespawnRandomizePositionZone</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
|
||||||
|
|
||||||
|
|
||||||
<a id="#(GROUP).InitRespawnRandomizePositionOuter" ><strong>GROUP.InitRespawnRandomizePositionOuter</strong></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2972,28 +2972,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>
|
||||||
@@ -3071,6 +3049,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
<p>Text displayed in the mark panel.</p>
|
<p>Text displayed in the mark panel.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#boolean
|
||||||
|
<a id="#(MARKER).toall" ><strong>MARKER.toall</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#boolean
|
||||||
|
<a id="#(MARKER).tocoalition" ><strong>MARKER.tocoalition</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -5121,28 +5121,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>
|
||||||
@@ -5220,6 +5198,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
<p>Text displayed in the mark panel.</p>
|
<p>Text displayed in the mark panel.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#boolean
|
||||||
|
<a id="#(MARKER).toall" ><strong>MARKER.toall</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#boolean
|
||||||
|
<a id="#(MARKER).tocoalition" ><strong>MARKER.tocoalition</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -6764,28 +6764,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>
|
||||||
@@ -6863,6 +6841,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
|||||||
|
|
||||||
<p>Text displayed in the mark panel.</p>
|
<p>Text displayed in the mark panel.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#boolean
|
||||||
|
<a id="#(MARKER).toall" ><strong>MARKER.toall</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||||
|
|
||||||
|
#boolean
|
||||||
|
<a id="#(MARKER).tocoalition" ><strong>MARKER.tocoalition</strong></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user