mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
parent
622471e7a3
commit
64047f8e5b
@ -1946,7 +1946,7 @@ will be considered to receive the command to engage that target area.</p>
|
||||
Use the method <a href="##(AI_A2A_DISPATCHER).SetEngageRadius">AI_A2A_DISPATCHER.SetEngageRadius</a>() to set a specific Engage Radius.
|
||||
<strong>The Engage Radius is defined for ALL squadrons which are operational.</strong></p>
|
||||
|
||||
<p>Demonstration Mission: <a href="https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/release-2-2-pre/AID%20-%20AI%20Dispatching/AID-019%20-%20AI_A2A%20-%20Engage%20Range%20Test">AID-019 - AI_A2A - Engage Range Test</a></p>
|
||||
<p>Demonstration Mission: <a href="https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master/AID%20-%20AI%20Dispatching/AID-A2A%20-%20AI%20A2A%20Dispatching/AID-A2A-019%20-%20Engage%20Range%20Test">AID-019 - AI_A2A - Engage Range Test</a></p>
|
||||
|
||||
<p>In this example an Engage Radius is set to various values.</p>
|
||||
|
||||
@ -1970,7 +1970,7 @@ when you don't want to let the AI_A2A_DISPATCHER react immediately when a certai
|
||||
<p>Use the method <a href="##(AI_A2A_DISPATCHER).SetGciRadius">AI_A2A_DISPATCHER.SetGciRadius</a>() to set a specific controlled ground intercept radius.
|
||||
<strong>The Ground Controlled Intercept radius is defined for ALL squadrons which are operational.</strong></p>
|
||||
|
||||
<p>Demonstration Mission: <a href="https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/release-2-2-pre/AID%20-%20AI%20Dispatching/AID-013%20-%20AI_A2A%20-%20Intercept%20Test">AID-013 - AI_A2A - Intercept Test</a></p>
|
||||
<p>Demonstration Mission: <a href="https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master/AID%20-%20AI%20Dispatching/AID-A2A%20-%20AI%20A2A%20Dispatching/AID-A2A-013%20-%20Intercept%20Test">AID-013 - AI_A2A - Intercept Test</a></p>
|
||||
|
||||
<p>In these examples, the Gci Radius is set to various values:</p>
|
||||
|
||||
@ -2004,7 +2004,7 @@ If a hot war is chosen then <strong>no borders</strong> actually need to be defi
|
||||
it makes it easier sometimes for the mission maker to envisage where the red and blue territories roughly are.
|
||||
In a hot war the borders are effectively defined by the ground based radar coverage of a coalition.</p>
|
||||
|
||||
<p>Demonstration Mission: <a href="https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/release-2-2-pre/AID%20-%20AI%20Dispatching/AID-009 - AI_A2A - Border Test">AID-009 - AI_A2A - Border Test</a></p>
|
||||
<p>Demonstration Mission: <a href="https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master/AID%20-%20AI%20Dispatching/AID-A2A%20-%20AI%20A2A%20Dispatching/AID-A2A-009%20-%20Border%20Test">AID-009 - AI_A2A - Border Test</a></p>
|
||||
|
||||
<p>In this example a border is set for the CCCP A2A dispatcher:</p>
|
||||
|
||||
@ -4876,11 +4876,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#boolean
|
||||
<a id="#(AI_A2A_DISPATCHER).SetSendPlayerMessages" ><strong>AI_A2A_DISPATCHER.SetSendPlayerMessages</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p>Flash messages to player</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -11540,11 +11543,14 @@ They will lock the parking spot.</p>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#boolean
|
||||
<a id="#(AI_A2A_DISPATCHER).SetSendPlayerMessages" ><strong>AI_A2A_DISPATCHER.SetSendPlayerMessages</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p>Flash messages to player</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -12802,11 +12808,14 @@ They will lock the parking spot.</p>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#boolean
|
||||
<a id="#(AI_A2A_DISPATCHER).SetSendPlayerMessages" ><strong>AI_A2A_DISPATCHER.SetSendPlayerMessages</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p>Flash messages to player</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -14366,11 +14375,14 @@ They will lock the parking spot.</p>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#boolean
|
||||
<a id="#(AI_A2A_DISPATCHER).SetSendPlayerMessages" ><strong>AI_A2A_DISPATCHER.SetSendPlayerMessages</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p>Flash messages to player</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@ -1929,8 +1929,6 @@ defense for your missions.</p>
|
||||
|
||||
<h2>1. AI_A2G_DISPATCHER constructor:</h2>
|
||||
|
||||
<p><img src="..\Presentations\AI_A2G_DISPATCHER\AI_A2G_DISPATCHER-ME_1.JPG" alt="Banner Image"/></p>
|
||||
|
||||
|
||||
<p>The <a href="##(AI_A2G_DISPATCHER).New">AI_A2G_DISPATCHER.New</a>() method creates a new AI_A2G_DISPATCHER instance.</p>
|
||||
|
||||
@ -1944,8 +1942,6 @@ The most effective reconnaissance for the A2G dispatcher would be to use the <a
|
||||
<p>A reconnaissance network, is used to detect enemy ground targets,
|
||||
potentially group them into areas, and to understand the position, level of threat of the enemy.</p>
|
||||
|
||||
<p><img src="..\Presentations\AI_A2G_DISPATCHER\Dia5.JPG" alt="Banner Image"/></p>
|
||||
|
||||
<p>As explained in the introduction, depending on the type of mission you want to achieve, different types of units can be applied to detect ground enemy targets.
|
||||
Ground based units are very useful to act as a reconnaissance, but they lack sometimes the visibility to detect targets at greater range.
|
||||
Recce are very useful to acquire the position of enemy ground targets when spread out over the battlefield at strategic positions.
|
||||
@ -2353,8 +2349,6 @@ And for a couple of squadrons overrides this default method.</p>
|
||||
|
||||
<p>Use the method <a href="##(AI_A2G_DISPATCHER).SetSquadronGrouping">AI_A2G_DISPATCHER.SetSquadronGrouping</a>() to set the grouping of aircraft when spawned in.</p>
|
||||
|
||||
<p><img src="..\Presentations\AI_A2G_DISPATCHER\Dia12.JPG" alt="Banner Image"/></p>
|
||||
|
||||
<p>In the case of <strong>on call</strong> engagement, the <a href="##(AI_A2G_DISPATCHER).SetSquadronGrouping">AI_A2G_DISPATCHER.SetSquadronGrouping</a>() method has additional behaviour.
|
||||
When there aren't enough patrol flights airborne, a on call will be initiated for the remaining
|
||||
targets to be engaged. Depending on the grouping parameter, the spawned flights for on call aircraft are grouped into this setting. <br/>
|
||||
@ -2368,8 +2362,6 @@ an additional on call flight needs to be started.</p>
|
||||
<p>The effectiveness can be set with the <strong>overhead parameter</strong>. This is a number that is used to calculate the amount of Units that dispatching command will allocate to GCI in surplus of detected amount of units.
|
||||
The <strong>default value</strong> of the overhead parameter is 1.0, which means <strong>equal balance</strong>.</p>
|
||||
|
||||
<p><img src="..\Presentations\AI_A2G_DISPATCHER\Dia11.JPG" alt="Banner Image"/></p>
|
||||
|
||||
<p>However, depending on the (type of) aircraft (strength and payload) in the squadron and the amount of resources available, this parameter can be changed.</p>
|
||||
|
||||
<p>The <a href="##(AI_A2G_DISPATCHER).SetSquadronOverhead">AI_A2G_DISPATCHER.SetSquadronOverhead</a>() method can be used to tweak the defense strength,
|
||||
@ -2523,8 +2515,6 @@ Use the method <a href="##(AI_A2G_DISPATCHER).SetDefaultFuelThreshold">AI_A2G_DI
|
||||
|
||||
<p>For example, the following setup will set the default refuel tanker to "Tanker":</p>
|
||||
|
||||
<p><img src="..\Presentations\AI_A2G_DISPATCHER\AI_A2G_DISPATCHER-ME_11.JPG" alt="Banner Image"/></p>
|
||||
|
||||
<pre><code> -- Set the default tanker for refuelling to "Tanker", when the default fuel threshold has reached 90% fuel left.
|
||||
A2GDispatcher:SetDefaultFuelThreshold( 0.9 )
|
||||
A2GDispatcher:SetDefaultTanker( "Tanker" )
|
||||
@ -4766,6 +4756,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
<p> The Defender Default Settings over all Squadrons.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(AI_A2G_DISPATCHER).DefenderPatrolIndex" ><strong>AI_A2G_DISPATCHER.DefenderPatrolIndex</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -13288,6 +13289,17 @@ multiplied by the Overhead and rounded up to the smallest integer. </p>
|
||||
|
||||
<p> The Defender Default Settings over all Squadrons.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(AI_A2G_DISPATCHER).DefenderPatrolIndex" ><strong>AI_A2G_DISPATCHER.DefenderPatrolIndex</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -14616,6 +14628,17 @@ multiplied by the Overhead and rounded up to the smallest integer. </p>
|
||||
|
||||
<p> The Defender Default Settings over all Squadrons.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(AI_A2G_DISPATCHER).DefenderPatrolIndex" ><strong>AI_A2G_DISPATCHER.DefenderPatrolIndex</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -16246,6 +16269,17 @@ multiplied by the Overhead and rounded up to the smallest integer. </p>
|
||||
|
||||
<p> The Defender Default Settings over all Squadrons.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(AI_A2G_DISPATCHER).DefenderPatrolIndex" ><strong>AI_A2G_DISPATCHER.DefenderPatrolIndex</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@ -2563,6 +2563,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="#(AI_AIR_SQUADRON).ResourceCount" ><strong>AI_AIR_SQUADRON.ResourceCount</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -3634,6 +3645,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="#(AI_AIR_SQUADRON).ResourceCount" ><strong>AI_AIR_SQUADRON.ResourceCount</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@ -1631,11 +1631,11 @@
|
||||
<h3>Contributions:</h3>
|
||||
|
||||
<ul>
|
||||
<li><strong><a href="https://forums.eagle.ru/member.php?u=90530">Quax</a></strong>: Concept, Advice & Testing.</li>
|
||||
<li><strong><a href="https://forums.eagle.ru/member.php?u=62835">Pikey</a></strong>: Concept, Advice & Testing.</li>
|
||||
<li><strong><a href="http://forums.eagle.ru:8080/member.php?u=75036">Gunterlund</a></strong>: Test case revision.</li>
|
||||
<li>**<a href="http://forums.eagle.ru/member.php?u=3829">Whisper</a>: Testing.</li>
|
||||
<li>**<a href="https://forums.eagle.ru/member.php?u=125166">Delta99</a>: Testing.</li>
|
||||
<li><strong>Quax</strong>: Concept, Advice & Testing.</li>
|
||||
<li><strong>Pikey</strong>: Concept, Advice & Testing.</li>
|
||||
<li><strong>Gunterlund</strong>: Test case revision.</li>
|
||||
<li><strong>Whisper</strong>: Testing.</li>
|
||||
<li><strong>Delta99</strong>: Testing.</li>
|
||||
</ul>
|
||||
|
||||
<hr/>
|
||||
|
||||
@ -2759,7 +2759,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<a href="Wrapper.Group.html##(GROUP)">Wrapper.Group#GROUP</a>
|
||||
|
||||
<a id="#(AI_CARGO).CargoCarrier" ><strong>AI_CARGO.CargoCarrier</strong></a>
|
||||
|
||||
|
||||
@ -4789,7 +4789,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<a href="Wrapper.Group.html##(GROUP)">Wrapper.Group#GROUP</a>
|
||||
|
||||
<a id="#(AI_CARGO).CargoCarrier" ><strong>AI_CARGO.CargoCarrier</strong></a>
|
||||
|
||||
|
||||
@ -5401,7 +5401,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<a href="Wrapper.Group.html##(GROUP)">Wrapper.Group#GROUP</a>
|
||||
|
||||
<a id="#(AI_CARGO).CargoCarrier" ><strong>AI_CARGO.CargoCarrier</strong></a>
|
||||
|
||||
|
||||
@ -6901,7 +6901,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<a href="Wrapper.Group.html##(GROUP)">Wrapper.Group#GROUP</a>
|
||||
|
||||
<a id="#(AI_CARGO).CargoCarrier" ><strong>AI_CARGO.CargoCarrier</strong></a>
|
||||
|
||||
|
||||
|
||||
@ -2746,20 +2746,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div class="fields w3-container w3-theme-l2">
|
||||
<h2>Field(s)</h2>
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(AI_CARGO_AIRPLANE).Airbase" ><strong>AI_CARGO_AIRPLANE.Airbase</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Set destination airbase for next :Route() command.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
@ -2790,9 +2776,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Aircraft is on a depoly mission.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -4539,20 +4522,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div class="fields w3-container w3-theme-l2">
|
||||
<h2>Field(s)</h2>
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(AI_CARGO_AIRPLANE).Airbase" ><strong>AI_CARGO_AIRPLANE.Airbase</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Set destination airbase for next :Route() command.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
@ -4583,9 +4552,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Aircraft is on a depoly mission.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -5174,20 +5140,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div class="fields w3-container w3-theme-l2">
|
||||
<h2>Field(s)</h2>
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(AI_CARGO_AIRPLANE).Airbase" ><strong>AI_CARGO_AIRPLANE.Airbase</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Set destination airbase for next :Route() command.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
@ -5218,9 +5170,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Aircraft is on a depoly mission.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -6697,20 +6646,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div class="fields w3-container w3-theme-l2">
|
||||
<h2>Field(s)</h2>
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(AI_CARGO_AIRPLANE).Airbase" ><strong>AI_CARGO_AIRPLANE.Airbase</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Set destination airbase for next :Route() command.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
@ -6741,9 +6676,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Aircraft is on a depoly mission.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@ -2911,22 +2911,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#number
|
||||
<a id="#(AI_CARGO_HELICOPTER).landingheight" ><strong>AI_CARGO_HELICOPTER.landingheight</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> meter</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#number
|
||||
<a id="#(AI_CARGO_HELICOPTER).landingspeed" ><strong>AI_CARGO_HELICOPTER.landingspeed</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> kph</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -4829,22 +4835,28 @@ Adjust if necessary.</code></pre>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#number
|
||||
<a id="#(AI_CARGO_HELICOPTER).landingheight" ><strong>AI_CARGO_HELICOPTER.landingheight</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> meter</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#number
|
||||
<a id="#(AI_CARGO_HELICOPTER).landingspeed" ><strong>AI_CARGO_HELICOPTER.landingspeed</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> kph</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -5499,22 +5511,28 @@ Adjust if necessary.</code></pre>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#number
|
||||
<a id="#(AI_CARGO_HELICOPTER).landingheight" ><strong>AI_CARGO_HELICOPTER.landingheight</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> meter</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#number
|
||||
<a id="#(AI_CARGO_HELICOPTER).landingspeed" ><strong>AI_CARGO_HELICOPTER.landingspeed</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> kph</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -7057,22 +7075,28 @@ Adjust if necessary.</code></pre>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#number
|
||||
<a id="#(AI_CARGO_HELICOPTER).landingheight" ><strong>AI_CARGO_HELICOPTER.landingheight</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> meter</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#number
|
||||
<a id="#(AI_CARGO_HELICOPTER).landingspeed" ><strong>AI_CARGO_HELICOPTER.landingspeed</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> kph</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@ -1618,7 +1618,7 @@
|
||||
|
||||
<hr/>
|
||||
|
||||
<h3><a href="https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master/FOR%20-%20Formation">Demo Missions</a></h3>
|
||||
<h3><a href="https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master/FOR%20-%20AI%20Group%20Formation">Demo Missions</a></h3>
|
||||
|
||||
<hr/>
|
||||
|
||||
@ -3296,7 +3296,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<a href="Scheduler.html##(SCHEDULER)">Scheduler#SCHEDULER</a>
|
||||
<a href="Core.Scheduler.html##(SCHEDULER)">Core.Scheduler#SCHEDULER</a>
|
||||
<a id="#(AI_FORMATION).FollowScheduler" ><strong>AI_FORMATION.FollowScheduler</strong></a>
|
||||
|
||||
<p>The instance of the SCHEDULER class.</p>
|
||||
@ -9943,7 +9943,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<a href="Scheduler.html##(SCHEDULER)">Scheduler#SCHEDULER</a>
|
||||
<a href="Core.Scheduler.html##(SCHEDULER)">Core.Scheduler#SCHEDULER</a>
|
||||
<a id="#(AI_FORMATION).FollowScheduler" ><strong>AI_FORMATION.FollowScheduler</strong></a>
|
||||
|
||||
<p>The instance of the SCHEDULER class.</p>
|
||||
@ -10226,7 +10226,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<a href="Scheduler.html##(SCHEDULER)">Scheduler#SCHEDULER</a>
|
||||
<a href="Core.Scheduler.html##(SCHEDULER)">Core.Scheduler#SCHEDULER</a>
|
||||
<a id="#(AI_FORMATION).FollowScheduler" ><strong>AI_FORMATION.FollowScheduler</strong></a>
|
||||
|
||||
<p>The instance of the SCHEDULER class.</p>
|
||||
@ -11792,7 +11792,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<a href="Scheduler.html##(SCHEDULER)">Scheduler#SCHEDULER</a>
|
||||
<a href="Core.Scheduler.html##(SCHEDULER)">Core.Scheduler#SCHEDULER</a>
|
||||
<a id="#(AI_FORMATION).FollowScheduler" ><strong>AI_FORMATION.FollowScheduler</strong></a>
|
||||
|
||||
<p>The instance of the SCHEDULER class.</p>
|
||||
|
||||
@ -1674,7 +1674,7 @@ Therefore, this class is considered to be deprecated</p>
|
||||
|
||||
<hr/>
|
||||
|
||||
<h1>1) <a href="##(ACT_ASSIGN_ACCEPT)">#ACT_ASSIGN_ACCEPT</a> class, extends <a href="Core.Fsm.Assign.html##(ACT_ASSIGN)">Core.Fsm.Assign#ACT_ASSIGN</a></h1>
|
||||
<h1>1) <a href="##(ACT_ASSIGN_ACCEPT)">#ACT_ASSIGN_ACCEPT</a> class, extends <a href="Core.Fsm.html##(ACT_ASSIGN)">Core.Fsm#ACT_ASSIGN</a></h1>
|
||||
|
||||
<p>The ACT_ASSIGN_ACCEPT class accepts by default a task for a player. No player intervention is allowed to reject the task.</p>
|
||||
|
||||
@ -1686,7 +1686,7 @@ Therefore, this class is considered to be deprecated</p>
|
||||
|
||||
<hr/>
|
||||
|
||||
<h1>2) <a href="##(ACT_ASSIGN_MENU_ACCEPT)">#ACT_ASSIGN_MENU_ACCEPT</a> class, extends <a href="Core.Fsm.Assign.html##(ACT_ASSIGN)">Core.Fsm.Assign#ACT_ASSIGN</a></h1>
|
||||
<h1>2) <a href="##(ACT_ASSIGN_MENU_ACCEPT)">#ACT_ASSIGN_MENU_ACCEPT</a> class, extends <a href="Core.Fsm.html##(ACT_ASSIGN)">Core.Fsm#ACT_ASSIGN</a></h1>
|
||||
|
||||
<p>The ACT_ASSIGN_MENU_ACCEPT class accepts a task when the player accepts the task through an added menu option.
|
||||
This assignment type is useful to conditionally allow the player to choose whether or not he would accept the task.
|
||||
|
||||
@ -5702,7 +5702,7 @@ The cargo must be in the <strong>UnLoaded</strong> state.</p>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
<a href="Utils.html##(UTILS.FlareColor)">Utils#UTILS.FlareColor</a>
|
||||
<a href="Utilities.Utils.html##(UTILS.FlareColor)">Utilities.Utils#UTILS.FlareColor</a>
|
||||
<strong><strong>FlareColor</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
@ -5847,7 +5847,7 @@ The cargo must be in the <strong>UnLoaded</strong> state.</p>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
<a href="Utils.html##(UTILS.SmokeColor)">Utils#UTILS.SmokeColor</a>
|
||||
<a href="Utilities.Utils.html##(UTILS.SmokeColor)">Utilities.Utils#UTILS.SmokeColor</a>
|
||||
<strong><strong>SmokeColor</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@ -1938,10 +1938,27 @@ Therefore, this class is considered to be deprecated</p>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(CARGO_GROUP).CargoCarrier" ><strong>CARGO_GROUP.CargoCarrier</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p>self.CargoObject:Destroy()</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(CARGO_GROUP).CargoGroup" ><strong>CARGO_GROUP.CargoGroup</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Then we register the new group in the database</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -1953,6 +1970,20 @@ Therefore, this class is considered to be deprecated</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(CARGO_GROUP).CargoObject" ><strong>CARGO_GROUP.CargoObject</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Now we spawn the new group based on the template created.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -3242,10 +3273,27 @@ This works for ground only groups.</p>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(CARGO_GROUP).CargoCarrier" ><strong>CARGO_GROUP.CargoCarrier</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p>self.CargoObject:Destroy()</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(CARGO_GROUP).CargoGroup" ><strong>CARGO_GROUP.CargoGroup</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Then we register the new group in the database</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -3257,6 +3305,20 @@ This works for ground only groups.</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(CARGO_GROUP).CargoObject" ><strong>CARGO_GROUP.CargoObject</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Now we spawn the new group based on the template created.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@ -1834,17 +1834,6 @@ Therefore, this class is considered to be deprecated</p>
|
||||
|
||||
<p> Set cargo object.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(CARGO_UNIT).RunCount" ><strong>CARGO_UNIT.RunCount</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -2549,17 +2538,6 @@ Therefore, this class is considered to be deprecated</p>
|
||||
|
||||
<p> Set cargo object.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(CARGO_UNIT).RunCount" ><strong>CARGO_UNIT.RunCount</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@ -1722,7 +1722,7 @@ Often, this can simply be determined by the distance between two nodes. Therefor
|
||||
|
||||
<h1>Calculate the Path</h1>
|
||||
|
||||
<p>Finally, we have to calculate the path. This is done by the <a href="ASTAR.GetPath.html">ASTAR.GetPath</a>(<em>ExcludeStart, ExcludeEnd</em>) function. This function returns a table of nodes, which
|
||||
<p>Finally, we have to calculate the path. This is done by the <a href="##(GetPath)">#GetPath</a>(<em>ExcludeStart, ExcludeEnd</em>) function. This function returns a table of nodes, which
|
||||
describe the optimal path from the start node to the end node.</p>
|
||||
|
||||
<p>By default, the start and end node are include in the table that is returned.</p>
|
||||
|
||||
@ -4041,7 +4041,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
<a href="Core.Functional.html##(ZONE_GOAL)">Core.Functional#ZONE_GOAL</a>
|
||||
<a href="Functional.ZoneGoal.html##(ZONE_GOAL)">Functional.ZoneGoal#ZONE_GOAL</a>
|
||||
<strong><strong>ZoneGoal</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
@ -9052,7 +9052,7 @@ Note that at the beginning of each field description, there is an indication whi
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<a href="Core.ZONE.html##(ZONE)">Core.ZONE#ZONE</a>
|
||||
<a href="Core.Zone.html##(ZONE)">Core.Zone#ZONE</a>
|
||||
<a id="#(EVENTDATA).Zone" ><strong>EVENTDATA.Zone</strong></a>
|
||||
|
||||
<p>The zone object.</p>
|
||||
|
||||
@ -5796,7 +5796,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#string
|
||||
<a id="#(FSM)._StartState" ><strong>FSM._StartState</strong></a>
|
||||
|
||||
|
||||
@ -7395,7 +7395,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#string
|
||||
<a id="#(FSM)._StartState" ><strong>FSM._StartState</strong></a>
|
||||
|
||||
|
||||
|
||||
@ -2859,11 +2859,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<h2><strong>Return value:</strong></h2>
|
||||
<div class="w3-row w3-border-bottom w3-margin-left">
|
||||
<div class="w3-half">
|
||||
<p><a href="<.html##(PATHLINE.Point)"><#PATHLINE.Point</a>:</p>
|
||||
<p><a href="##(PATHLINE.Point)">#PATHLINE.Point</a>:</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p> List of points.</p>
|
||||
<p>List of points.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -2853,7 +2853,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#string
|
||||
<a id="#(SETTINGS).A2ASystem" ><strong>SETTINGS.A2ASystem</strong></a>
|
||||
|
||||
|
||||
@ -5010,7 +5010,7 @@ It is advised to use this method at the start of the mission.</p>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#string
|
||||
<a id="#(SETTINGS).A2ASystem" ><strong>SETTINGS.A2ASystem</strong></a>
|
||||
|
||||
|
||||
|
||||
@ -2940,36 +2940,6 @@ and any spaces before and after the resulting name are removed.</p>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SPAWN)._TranslateRotate">SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SPAWN).communication">SPAWN.communication</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SPAWN).frequency">SPAWN.frequency</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SPAWN).livery_id">SPAWN.livery_id</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SPAWN).modulation">SPAWN.modulation</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SPAWN).uncontrolled">SPAWN.uncontrolled</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -3711,17 +3681,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(SPAWN).SpawnGrouping" ><strong>SPAWN.SpawnGrouping</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -3758,17 +3717,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(SPAWN).SpawnInitAirbase" ><strong>SPAWN.SpawnInitAirbase</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -3857,6 +3805,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#boolean
|
||||
<a id="#(SPAWN).SpawnInitKeepUnitNames" ><strong>SPAWN.SpawnInitKeepUnitNames</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Overwrite unit names by default with group name.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -3868,6 +3830,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
|
||||
|
||||
|
||||
<p> By default, no InitLimit</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -3879,17 +3844,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">
|
||||
|
||||
#string
|
||||
<a id="#(SPAWN).SpawnInitSkill" ><strong>SPAWN.SpawnInitSkill</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -3921,7 +3875,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#number
|
||||
<a id="#(SPAWN).SpawnMaxGroups" ><strong>SPAWN.SpawnMaxGroups</strong></a>
|
||||
|
||||
|
||||
@ -3935,7 +3889,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#number
|
||||
<a id="#(SPAWN).SpawnMaxUnitsAlive" ><strong>SPAWN.SpawnMaxUnitsAlive</strong></a>
|
||||
|
||||
|
||||
@ -4203,61 +4157,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(SPAWN).communication" ><strong>SPAWN.communication</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(SPAWN).frequency" ><strong>SPAWN.frequency</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(SPAWN).livery_id" ><strong>SPAWN.livery_id</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(SPAWN).modulation" ><strong>SPAWN.modulation</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(SPAWN).uncontrolled" ><strong>SPAWN.uncontrolled</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -9566,17 +9465,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.</p
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(SPAWN).SpawnGrouping" ><strong>SPAWN.SpawnGrouping</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -9613,17 +9501,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.</p
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(SPAWN).SpawnInitAirbase" ><strong>SPAWN.SpawnInitAirbase</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -9712,6 +9589,20 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.</p
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#boolean
|
||||
<a id="#(SPAWN).SpawnInitKeepUnitNames" ><strong>SPAWN.SpawnInitKeepUnitNames</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Overwrite unit names by default with group name.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -9723,6 +9614,9 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.</p
|
||||
|
||||
|
||||
|
||||
|
||||
<p> By default, no InitLimit</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -9734,17 +9628,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">
|
||||
|
||||
#string
|
||||
<a id="#(SPAWN).SpawnInitSkill" ><strong>SPAWN.SpawnInitSkill</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -9776,7 +9659,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.</p
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#number
|
||||
<a id="#(SPAWN).SpawnMaxGroups" ><strong>SPAWN.SpawnMaxGroups</strong></a>
|
||||
|
||||
|
||||
@ -9790,7 +9673,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.</p
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#number
|
||||
<a id="#(SPAWN).SpawnMaxUnitsAlive" ><strong>SPAWN.SpawnMaxUnitsAlive</strong></a>
|
||||
|
||||
|
||||
@ -10058,61 +9941,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.</p
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(SPAWN).communication" ><strong>SPAWN.communication</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(SPAWN).frequency" ><strong>SPAWN.frequency</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(SPAWN).livery_id" ><strong>SPAWN.livery_id</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(SPAWN).modulation" ><strong>SPAWN.modulation</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(SPAWN).uncontrolled" ><strong>SPAWN.uncontrolled</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@ -1632,9 +1632,9 @@
|
||||
<h3>Contributions:</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://forums.eagle.ru/member.php?u=112175"><strong>Ciribob</strong></a>: Showing the way how to lase targets + how laser codes work!!! Explained the autolase script.</li>
|
||||
<li><a href="https://forums.eagle.ru/member.php?u=112055"><strong>EasyEB</strong></a>: Ideas and Beta Testing</li>
|
||||
<li><a href="https://forums.eagle.ru/member.php?u=123698"><strong>Wingthor</strong></a>: Beta Testing</li>
|
||||
<li><strong>Ciribob</strong>: Showing the way how to lase targets + how laser codes work!!! Explained the autolase script.</li>
|
||||
<li><strong>EasyEB</strong>: Ideas and Beta Testing</li>
|
||||
<li><strong>Wingthor</strong>: Beta Testing</li>
|
||||
</ul>
|
||||
|
||||
<hr/>
|
||||
@ -2815,39 +2815,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(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>
|
||||
@ -4131,39 +4098,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(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>
|
||||
@ -5686,39 +5620,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(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>
|
||||
|
||||
@ -3884,9 +3884,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Kickspeed</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -4469,9 +4466,6 @@ An airbase can be specified to set the maximum kick speed for.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Kickspeed</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@ -3565,6 +3565,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#table
|
||||
<a id="#(DESIGNATE).LaserCodes" ><strong>DESIGNATE.LaserCodes</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -6740,6 +6751,17 @@ Using the menu system, the player can "forget" a designation, so that gradually
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#table
|
||||
<a id="#(DESIGNATE).LaserCodes" ><strong>DESIGNATE.LaserCodes</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -7550,6 +7572,17 @@ Using the menu system, the player can "forget" a designation, so that gradually
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#table
|
||||
<a id="#(DESIGNATE).LaserCodes" ><strong>DESIGNATE.LaserCodes</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -8330,6 +8363,17 @@ Using the menu system, the player can "forget" a designation, so that gradually
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#table
|
||||
<a id="#(DESIGNATE).LaserCodes" ><strong>DESIGNATE.LaserCodes</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -9998,6 +10042,17 @@ Using the menu system, the player can "forget" a designation, so that gradually
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#table
|
||||
<a id="#(DESIGNATE).LaserCodes" ><strong>DESIGNATE.LaserCodes</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@ -19137,6 +19137,28 @@ 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>
|
||||
@ -19286,7 +19308,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#number
|
||||
<a id="#(DETECTION_BASE).RefreshTimeInterval" ><strong>DETECTION_BASE.RefreshTimeInterval</strong></a>
|
||||
|
||||
|
||||
@ -23818,6 +23840,28 @@ 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>
|
||||
@ -23967,7 +24011,7 @@ zones that reflect cloudy areas where detected units may not be so easily visual
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#number
|
||||
<a id="#(DETECTION_BASE).RefreshTimeInterval" ><strong>DETECTION_BASE.RefreshTimeInterval</strong></a>
|
||||
|
||||
|
||||
@ -25560,6 +25604,28 @@ 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>
|
||||
@ -25709,7 +25775,7 @@ zones that reflect cloudy areas where detected units may not be so easily visual
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#number
|
||||
<a id="#(DETECTION_BASE).RefreshTimeInterval" ><strong>DETECTION_BASE.RefreshTimeInterval</strong></a>
|
||||
|
||||
|
||||
|
||||
@ -1613,8 +1613,8 @@
|
||||
<tr>
|
||||
<td class="style="width:40%;"><p><h2>Global <strong>DETECTION_ZONES</strong></h2></p></td>
|
||||
<td class="style="width:60%;">
|
||||
<p> (old, to be revised ) Detect units within the battle zone for a list of <a href="Core.Zone.html">Core.Zone</a>s detecting targets following (a) detection method(s),
|
||||
and will build a list (table) of <a href="Core.Set.html##(SET_UNIT)">Core.Set#SET_UNIT</a>s containing the <a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a>s detected.</p>
|
||||
<p>(old, to be revised ) Detect units within the battle zone for a list of <a href="Core.Zone.html">Core.Zone</a>s detecting targets following (a) detection method(s),
|
||||
and will build a list (table) of <a href="Core.Set.html##(SET_UNIT)">Core.Set#SET_UNIT</a>s containing the <a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a>s detected.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -1625,31 +1625,31 @@
|
||||
<a href="##(DETECTION_ZONES)">#DETECTION_ZONES</a>
|
||||
<a id="DETECTION_ZONES" ><strong>DETECTION_ZONES</strong></a>
|
||||
|
||||
<p> (old, to be revised ) Detect units within the battle zone for a list of <a href="Core.Zone.html">Core.Zone</a>s detecting targets following (a) detection method(s),
|
||||
and will build a list (table) of <a href="Core.Set.html##(SET_UNIT)">Core.Set#SET_UNIT</a>s containing the <a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a>s detected.</p>
|
||||
<p>(old, to be revised ) Detect units within the battle zone for a list of <a href="Core.Zone.html">Core.Zone</a>s detecting targets following (a) detection method(s),
|
||||
and will build a list (table) of <a href="Core.Set.html##(SET_UNIT)">Core.Set#SET_UNIT</a>s containing the <a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a>s detected.</p>
|
||||
|
||||
|
||||
<p> The class is group the detected units within zones given a DetectedZoneRange parameter.
|
||||
A set with multiple detected zones will be created as there are groups of units detected.</p>
|
||||
<p>The class is group the detected units within zones given a DetectedZoneRange parameter.
|
||||
A set with multiple detected zones will be created as there are groups of units detected.</p>
|
||||
|
||||
<p> ## 4.1) Retrieve the Detected Unit Sets and Detected Zones</p>
|
||||
<h2>4.1) Retrieve the Detected Unit Sets and Detected Zones</h2>
|
||||
|
||||
<p> The methods to manage the DetectedItems[].Set(s) are implemented in <a href="Functional.Detection.html##(DECTECTION_BASE)">Functional.Detection#DECTECTION_BASE</a> and
|
||||
the methods to manage the DetectedItems[].Zone(s) is implemented in <a href="Functional.Detection.html##(DETECTION_ZONES)">Functional.Detection#DETECTION_ZONES</a>.</p>
|
||||
<p>The methods to manage the DetectedItems[].Set(s) are implemented in <a href="Functional.Detection.html##(DECTECTION_BASE)">Functional.Detection#DECTECTION_BASE</a> and
|
||||
the methods to manage the DetectedItems[].Zone(s) is implemented in <a href="Functional.Detection.html##(DETECTION_ZONES)">Functional.Detection#DETECTION_ZONES</a>.</p>
|
||||
|
||||
<p> Retrieve the DetectedItems[].Set with the method <a href="Functional.Detection.html##(DETECTION_BASE).GetDetectedSet">Functional.Detection#DETECTION_BASE.GetDetectedSet</a>(). A <a href="Core.Set.html##(SET_UNIT)">Core.Set#SET_UNIT</a> object will be returned.</p>
|
||||
<p>Retrieve the DetectedItems[].Set with the method <a href="Functional.Detection.html##(DETECTION_BASE).GetDetectedSet">Functional.Detection#DETECTION_BASE.GetDetectedSet</a>(). A <a href="Core.Set.html##(SET_UNIT)">Core.Set#SET_UNIT</a> object will be returned.</p>
|
||||
|
||||
<p> Retrieve the formed <a href="Zone.html">Zone</a>s as a result of the grouping the detected units within the DetectionZoneRange, use the method <a href="Functional.Detection.html##(DETECTION_BASE).GetDetectionZones">Functional.Detection#DETECTION_BASE.GetDetectionZones</a>().
|
||||
To understand the amount of zones created, use the method <a href="Functional.Detection.html##(DETECTION_BASE).GetDetectionZoneCount">Functional.Detection#DETECTION_BASE.GetDetectionZoneCount</a>().
|
||||
If you want to obtain a specific zone from the DetectedZones, use the method <a href="Functional.Detection.html##(DETECTION_BASE).GetDetectionZone">Functional.Detection#DETECTION_BASE.GetDetectionZone</a>() with a given index.</p>
|
||||
<p>Retrieve the formed <a href="Core.Zone.html##(ZONE_UNIT)">Core.Zone#ZONE_UNIT</a>s as a result of the grouping the detected units within the DetectionZoneRange, use the method <a href="Functional.Detection.html##(DETECTION_BASE).GetDetectionZones">Functional.Detection#DETECTION_BASE.GetDetectionZones</a>().
|
||||
To understand the amount of zones created, use the method <a href="Functional.Detection.html##(DETECTION_BASE).GetDetectionZoneCount">Functional.Detection#DETECTION_BASE.GetDetectionZoneCount</a>().
|
||||
If you want to obtain a specific zone from the DetectedZones, use the method <a href="Functional.Detection.html##(DETECTION_BASE).GetDetectionZone">Functional.Detection#DETECTION_BASE.GetDetectionZone</a>() with a given index.</p>
|
||||
|
||||
<p> ## 4.4) Flare or Smoke detected units</p>
|
||||
<h2>4.4) Flare or Smoke detected units</h2>
|
||||
|
||||
<p> Use the methods <a href="Functional.Detection.html##(DETECTION_ZONES).FlareDetectedUnits">Functional.Detection#DETECTION_ZONES.FlareDetectedUnits</a>() or <a href="Functional.Detection.html##(DETECTION_ZONES).SmokeDetectedUnits">Functional.Detection#DETECTION_ZONES.SmokeDetectedUnits</a>() to flare or smoke the detected units when a new detection has taken place.</p>
|
||||
<p>Use the methods <a href="Functional.Detection.html##(DETECTION_ZONES).FlareDetectedUnits">Functional.Detection#DETECTION_ZONES.FlareDetectedUnits</a>() or <a href="Functional.Detection.html##(DETECTION_ZONES).SmokeDetectedUnits">Functional.Detection#DETECTION_ZONES.SmokeDetectedUnits</a>() to flare or smoke the detected units when a new detection has taken place.</p>
|
||||
|
||||
<p> ## 4.5) Flare or Smoke or Bound detected zones</p>
|
||||
<h2>4.5) Flare or Smoke or Bound detected zones</h2>
|
||||
|
||||
<p> Use the methods:</p>
|
||||
<p>Use the methods:</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="Functional.Detection.html##(DETECTION_ZONES).FlareDetectedZones">Functional.Detection#DETECTION_ZONES.FlareDetectedZones</a>() to flare in a color </li>
|
||||
@ -1657,8 +1657,8 @@
|
||||
<li><a href="Functional.Detection.html##(DETECTION_ZONES).SmokeDetectedZones">Functional.Detection#DETECTION_ZONES.SmokeDetectedZones</a>() to bound with a tire with a white flag</li>
|
||||
</ul>
|
||||
|
||||
<p> the detected zones when a new detection has taken place.
|
||||
</p>
|
||||
<p>the detected zones when a new detection has taken place.</p>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@ -4286,7 +4286,7 @@ EscortPlanes = ESCORT:New( EscortClient, EscortGroup, "Desert", "Welcome to the
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
<a href="Function.Detection.html##(DETECTION_BASE)">Function.Detection#DETECTION_BASE</a>
|
||||
<a href="Functional.Detection.html##(DETECTION_BASE)">Functional.Detection#DETECTION_BASE</a>
|
||||
<strong><strong>Detection</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@ -4473,6 +4473,50 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
<p>Prefix for logging</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).maxshortrange" ><strong>MANTIS.maxshortrange</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -8991,6 +9035,50 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`</code></pre>
|
||||
|
||||
<p>Prefix for logging</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).maxshortrange" ><strong>MANTIS.maxshortrange</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@ -2268,20 +2268,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div class="fields w3-container w3-theme-l2">
|
||||
<h2>Field(s)</h2>
|
||||
</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 class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
@ -2512,20 +2498,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div class="fields w3-container w3-theme-l2">
|
||||
<h2>Field(s)</h2>
|
||||
</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 class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
@ -4516,36 +4516,6 @@ and any spaces before and after the resulting name are removed.</p>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT)._TranslateRotate">RAT:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).communication">RAT.communication</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).frequency">RAT.frequency</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).livery_id">RAT.livery_id</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).modulation">RAT.modulation</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(RAT).uncontrolled">RAT.uncontrolled</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@ -40737,6 +40737,9 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Set Stable Hover</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -40770,9 +40773,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Set time stamp.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@ -1649,8 +1649,6 @@
|
||||
|
||||
<hr/>
|
||||
|
||||
<p><img src="OPS_CSAR.jpg" alt="Banner Image"/></p>
|
||||
|
||||
<h1>CSAR Concept</h1>
|
||||
|
||||
<ul>
|
||||
@ -1670,8 +1668,6 @@
|
||||
|
||||
<hr/>
|
||||
|
||||
<p><img src="OPS_CSAR.jpg" alt="Banner Image"/></p>
|
||||
|
||||
<h1>CSAR Concept</h1>
|
||||
|
||||
<ul>
|
||||
|
||||
@ -7647,6 +7647,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
<p>Name of the class.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(CTLD).CrateCounter" ><strong>CTLD.CrateCounter</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -7667,7 +7678,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#table
|
||||
|
||||
<a id="#(CTLD).CtldUnits" ><strong>CTLD.CtldUnits</strong></a>
|
||||
|
||||
|
||||
@ -7710,6 +7721,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(CTLD).Engineers" ><strong>CTLD.Engineers</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p>use as counter</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
@ -7775,11 +7800,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#table
|
||||
<a id="#(CTLD).FreeVHFFrequencies" ><strong>CTLD.FreeVHFFrequencies</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Beacons</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -7966,6 +7994,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">
|
||||
|
||||
#number
|
||||
<a id="#(CTLD).TroopCounter" ><strong>CTLD.TroopCounter</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -8146,6 +8185,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
<p> #1570</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#table
|
||||
<a id="#(CTLD).droppedBeacons" ><strong>CTLD.droppedBeacons</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -17293,6 +17343,17 @@ However, if you create a new folder inside the miz file, which contains the soun
|
||||
|
||||
<p>Name of the class.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(CTLD).CrateCounter" ><strong>CTLD.CrateCounter</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -17313,7 +17374,7 @@ However, if you create a new folder inside the miz file, which contains the soun
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#table
|
||||
|
||||
<a id="#(CTLD).CtldUnits" ><strong>CTLD.CtldUnits</strong></a>
|
||||
|
||||
|
||||
@ -17356,6 +17417,20 @@ However, if you create a new folder inside the miz file, which contains the soun
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(CTLD).Engineers" ><strong>CTLD.Engineers</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p>use as counter</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
@ -17421,11 +17496,14 @@ However, if you create a new folder inside the miz file, which contains the soun
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#table
|
||||
<a id="#(CTLD).FreeVHFFrequencies" ><strong>CTLD.FreeVHFFrequencies</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Beacons</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -17612,6 +17690,17 @@ However, if you create a new folder inside the miz file, which contains the soun
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(CTLD).TroopCounter" ><strong>CTLD.TroopCounter</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -17792,6 +17881,17 @@ However, if you create a new folder inside the miz file, which contains the soun
|
||||
|
||||
<p> #1570</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#table
|
||||
<a id="#(CTLD).droppedBeacons" ><strong>CTLD.droppedBeacons</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -19713,6 +19813,17 @@ However, if you create a new folder inside the miz file, which contains the soun
|
||||
|
||||
<p>Name of the class.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(CTLD).CrateCounter" ><strong>CTLD.CrateCounter</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -19733,7 +19844,7 @@ However, if you create a new folder inside the miz file, which contains the soun
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#table
|
||||
|
||||
<a id="#(CTLD).CtldUnits" ><strong>CTLD.CtldUnits</strong></a>
|
||||
|
||||
|
||||
@ -19776,6 +19887,20 @@ However, if you create a new folder inside the miz file, which contains the soun
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(CTLD).Engineers" ><strong>CTLD.Engineers</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p>use as counter</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
@ -19841,11 +19966,14 @@ However, if you create a new folder inside the miz file, which contains the soun
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
#table
|
||||
<a id="#(CTLD).FreeVHFFrequencies" ><strong>CTLD.FreeVHFFrequencies</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Beacons</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -20032,6 +20160,17 @@ However, if you create a new folder inside the miz file, which contains the soun
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(CTLD).TroopCounter" ><strong>CTLD.TroopCounter</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -20212,6 +20351,17 @@ However, if you create a new folder inside the miz file, which contains the soun
|
||||
|
||||
<p> #1570</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#table
|
||||
<a id="#(CTLD).droppedBeacons" ><strong>CTLD.droppedBeacons</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -24570,17 +24720,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
||||
|
||||
<p>Can transport crate.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(CTLD.UnitCapabilities).length" ><strong>CTLD.UnitCapabilities.length</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -29503,17 +29642,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a>
|
||||
<a id="#(CTLD_ENGINEERING).currwpt" ><strong>CTLD_ENGINEERING.currwpt</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -30167,17 +30295,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<a href="Core.Point.html##(COORDINATE)">Core.Point#COORDINATE</a>
|
||||
<a id="#(CTLD_ENGINEERING).currwpt" ><strong>CTLD_ENGINEERING.currwpt</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -33713,6 +33830,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
||||
|
||||
<p> template for a group of 10 paratroopers</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(CTLD_HERCULES).j" ><strong>CTLD_HERCULES.j</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -35039,6 +35167,17 @@ Use either this method to integrate the Hercules **or** the one from the "normal
|
||||
|
||||
<p> template for a group of 10 paratroopers</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(CTLD_HERCULES).j" ><strong>CTLD_HERCULES.j</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@ -2388,7 +2388,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<ul>
|
||||
<li>First, you need to **"add a <a href="##(RADIO)">#RADIO</a> object** to your <a href="Wrapper.Positionable.html##(POSITIONABLE)">Wrapper.Positionable#POSITIONABLE</a>. This is done using the <a href="Wrapper.Positionable.html##(POSITIONABLE).GetRadio">Wrapper.Positionable#POSITIONABLE.GetRadio</a>() function,</li>
|
||||
<li>Then, you will <strong>set the relevant parameters</strong> to the transmission (see below),</li>
|
||||
<li>When done, you can actually <strong>broadcast the transmission</strong> (i.e. play the sound) with the <a href="RADIO.Broadcast.html">RADIO.Broadcast</a>() function.</li>
|
||||
<li>When done, you can actually <strong>broadcast the transmission</strong> (i.e. play the sound) with the <a href="##(RADIO).Broadcast">RADIO.Broadcast</a>() function.</li>
|
||||
</ul>
|
||||
|
||||
<p>Methods to set relevant parameters for both a <a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a> or a <a href="Wrapper.Group.html##(GROUP)">Wrapper.Group#GROUP</a> or any other <a href="Wrapper.Positionable.html##(POSITIONABLE)">Wrapper.Positionable#POSITIONABLE</a></p>
|
||||
|
||||
@ -3959,7 +3959,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#string
|
||||
|
||||
<a id="#(MSRS).provider" ><strong>MSRS.provider</strong></a>
|
||||
|
||||
|
||||
@ -6247,7 +6247,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#string
|
||||
|
||||
<a id="#(MSRS).provider" ><strong>MSRS.provider</strong></a>
|
||||
|
||||
|
||||
|
||||
@ -2938,6 +2938,17 @@ but can separately be modified later in your mission using the
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(TASK).TaskControlMenu" ><strong>TASK.TaskControlMenu</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -7574,6 +7585,17 @@ If the Unit is part of the Task, true is returned.</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(TASK).TaskControlMenu" ><strong>TASK.TaskControlMenu</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@ -2939,7 +2939,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#boolean
|
||||
|
||||
<a id="#(TASK_A2A_DISPATCHER).FlashNewTask" ><strong>TASK_A2A_DISPATCHER.FlashNewTask</strong></a>
|
||||
|
||||
|
||||
@ -3664,7 +3664,7 @@ If too large, any airborne cap may not be able to reach the detected target area
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#boolean
|
||||
|
||||
<a id="#(TASK_A2A_DISPATCHER).FlashNewTask" ><strong>TASK_A2A_DISPATCHER.FlashNewTask</strong></a>
|
||||
|
||||
|
||||
@ -4840,7 +4840,7 @@ If too large, any airborne cap may not be able to reach the detected target area
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#boolean
|
||||
|
||||
<a id="#(TASK_A2A_DISPATCHER).FlashNewTask" ><strong>TASK_A2A_DISPATCHER.FlashNewTask</strong></a>
|
||||
|
||||
|
||||
@ -6318,7 +6318,7 @@ If too large, any airborne cap may not be able to reach the detected target area
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#boolean
|
||||
|
||||
<a id="#(TASK_A2A_DISPATCHER).FlashNewTask" ><strong>TASK_A2A_DISPATCHER.FlashNewTask</strong></a>
|
||||
|
||||
|
||||
|
||||
@ -3230,11 +3230,22 @@ based on the tasking capabilities defined in <a href="Tasking.Task.html##(TASK)"
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a href="Cargo.Cargo.html##(CARGO)">Cargo.Cargo#CARGO</a>
|
||||
<a id="#(FSM_PROCESS).Cargo" ><strong>FSM_PROCESS.Cargo</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(FSM_PROCESS).DeployZone" ><strong>FSM_PROCESS.DeployZone</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -3267,7 +3278,7 @@ based on the tasking capabilities defined in <a href="Tasking.Task.html##(TASK)"
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
|
||||
<a id="#(TASK_CARGO).CargoLimit" ><strong>TASK_CARGO.CargoLimit</strong></a>
|
||||
|
||||
|
||||
@ -4689,7 +4700,7 @@ based on the tasking capabilities defined in <a href="Tasking.Task.html##(TASK)"
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
|
||||
<a id="#(TASK_CARGO).CargoLimit" ><strong>TASK_CARGO.CargoLimit</strong></a>
|
||||
|
||||
|
||||
@ -9221,7 +9232,7 @@ If the Unit is part of the Task, true is returned.</p>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
|
||||
<a id="#(TASK_CARGO).CargoLimit" ><strong>TASK_CARGO.CargoLimit</strong></a>
|
||||
|
||||
|
||||
|
||||
@ -3254,6 +3254,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">
|
||||
|
||||
#number
|
||||
<a id="#(TASK_CARGO_DISPATCHER).CountCSAR" ><strong>TASK_CARGO_DISPATCHER.CountCSAR</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -3265,6 +3276,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="#(TASK_CARGO_DISPATCHER).MaxCSAR" ><strong>TASK_CARGO_DISPATCHER.MaxCSAR</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -4393,6 +4415,17 @@ This method can only be used once!</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(TASK_CARGO_DISPATCHER).CountCSAR" ><strong>TASK_CARGO_DISPATCHER.CountCSAR</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -4404,6 +4437,17 @@ This method can only be used once!</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(TASK_CARGO_DISPATCHER).MaxCSAR" ><strong>TASK_CARGO_DISPATCHER.MaxCSAR</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -5284,6 +5328,17 @@ This method can only be used once!</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(TASK_CARGO_DISPATCHER).CountCSAR" ><strong>TASK_CARGO_DISPATCHER.CountCSAR</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -5295,6 +5350,17 @@ This method can only be used once!</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(TASK_CARGO_DISPATCHER).MaxCSAR" ><strong>TASK_CARGO_DISPATCHER.MaxCSAR</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -6806,6 +6872,17 @@ This method can only be used once!</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(TASK_CARGO_DISPATCHER).CountCSAR" ><strong>TASK_CARGO_DISPATCHER.CountCSAR</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -6817,6 +6894,17 @@ This method can only be used once!</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(TASK_CARGO_DISPATCHER).MaxCSAR" ><strong>TASK_CARGO_DISPATCHER.MaxCSAR</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@ -5208,7 +5208,18 @@ 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">
|
||||
|
||||
|
||||
<a id="#(GROUP).InitRespawnRandomizePositionZone" ><strong>GROUP.InitRespawnRandomizePositionZone</strong></a>
|
||||
<a id="#(GROUP).InitRespawnRandomizePositionInner" ><strong>GROUP.InitRespawnRandomizePositionInner</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>
|
||||
|
||||
|
||||
|
||||
@ -9701,7 +9712,18 @@ So each unit of the group is respawned at exactly the same parking spot as it cu
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(GROUP).InitRespawnRandomizePositionZone" ><strong>GROUP.InitRespawnRandomizePositionZone</strong></a>
|
||||
<a id="#(GROUP).InitRespawnRandomizePositionInner" ><strong>GROUP.InitRespawnRandomizePositionInner</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>
|
||||
|
||||
|
||||
|
||||
@ -21857,7 +21879,18 @@ Note that when WayPointInitialize is called, the Mission of the controllable is
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(GROUP).InitRespawnRandomizePositionZone" ><strong>GROUP.InitRespawnRandomizePositionZone</strong></a>
|
||||
<a id="#(GROUP).InitRespawnRandomizePositionInner" ><strong>GROUP.InitRespawnRandomizePositionInner</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>
|
||||
|
||||
|
||||
|
||||
@ -25946,7 +25979,18 @@ Coordinates are dependent on the position of the maps origin.</p>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(GROUP).InitRespawnRandomizePositionZone" ><strong>GROUP.InitRespawnRandomizePositionZone</strong></a>
|
||||
<a id="#(GROUP).InitRespawnRandomizePositionInner" ><strong>GROUP.InitRespawnRandomizePositionInner</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>
|
||||
|
||||
|
||||
|
||||
@ -26571,7 +26615,18 @@ If the Identifiable is alive, true is returned. </p>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(GROUP).InitRespawnRandomizePositionZone" ><strong>GROUP.InitRespawnRandomizePositionZone</strong></a>
|
||||
<a id="#(GROUP).InitRespawnRandomizePositionInner" ><strong>GROUP.InitRespawnRandomizePositionInner</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>
|
||||
|
||||
|
||||
|
||||
@ -26831,7 +26886,18 @@ If the Identifiable is alive, true is returned. </p>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(GROUP).InitRespawnRandomizePositionZone" ><strong>GROUP.InitRespawnRandomizePositionZone</strong></a>
|
||||
<a id="#(GROUP).InitRespawnRandomizePositionInner" ><strong>GROUP.InitRespawnRandomizePositionInner</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>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -3732,6 +3732,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 href="Core.Spot.html##(SPOT)">Core.Spot#SPOT</a>
|
||||
<a id="#(POSITIONABLE).Spot" ><strong>POSITIONABLE.Spot</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -7766,6 +7777,17 @@ Coordinates are dependent on the position of the maps origin.</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<a href="Core.Spot.html##(SPOT)">Core.Spot#SPOT</a>
|
||||
<a id="#(POSITIONABLE).Spot" ><strong>POSITIONABLE.Spot</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -8336,6 +8358,17 @@ If the Identifiable is alive, true is returned. </p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<a href="Core.Spot.html##(SPOT)">Core.Spot#SPOT</a>
|
||||
<a id="#(POSITIONABLE).Spot" ><strong>POSITIONABLE.Spot</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -8541,6 +8574,17 @@ If the Identifiable is alive, true is returned. </p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<a href="Core.Spot.html##(SPOT)">Core.Spot#SPOT</a>
|
||||
<a id="#(POSITIONABLE).Spot" ><strong>POSITIONABLE.Spot</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user