MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2022-10-23 14:53:42 +00:00
parent ffeb91ddff
commit f3e47adf8e
57 changed files with 1187 additions and 967 deletions

View File

@@ -6581,13 +6581,13 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SET_GROUP).AnyInZone">SET_GROUP:AnyInZone(ZoneObject, Zone)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Iterate the SET_GROUP and return true if at least one <a href="##(UNIT)">#UNIT</a> of one <a href="GROUP.html">GROUP</a> of the <a href="SET_GROUP.html">SET_GROUP</a> is in <a href="Core.Zone.html">Core.Zone</a></p>
<p>Iterate the SET_GROUP and return true if at least one <a href="##(UNIT)">#UNIT</a> of one <a href="Wrapper.Group.html##(GROUP)">Wrapper.Group#GROUP</a> of the <a href="##(SET_GROUP)">#SET_GROUP</a> is in <a href="Core.Zone.html">Core.Zone</a></p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SET_GROUP).AnyPartlyInZone">SET_GROUP:AnyPartlyInZone(ZoneObject, Zone)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Iterate the SET_GROUP and return true if at least one <a href="GROUP.html">GROUP</a> of the <a href="SET_GROUP.html">SET_GROUP</a> is partly in <a href="Core.Zone.html">Core.Zone</a>.</p>
<p>Iterate the SET_GROUP and return true if at least one <a href="Wrapper.Group.html##(GROUP)">Wrapper.Group#GROUP</a> of the <a href="##(SET_GROUP)">#SET_GROUP</a> is partly in <a href="Core.Zone.html">Core.Zone</a>.</p>
</td>
</tr>
<tr class="w3-border">
@@ -6775,7 +6775,7 @@ provides an easy to use shortcut...</p>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SET_GROUP).NoneInZone">SET_GROUP:NoneInZone(ZoneObject, Zone)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Iterate the SET_GROUP and return true if no <a href="GROUP.html">GROUP</a> of the <a href="SET_GROUP.html">SET_GROUP</a> is in <a href="Core.Zone.html">Core.Zone</a>
<p>Iterate the SET_GROUP and return true if no <a href="Wrapper.Group.html##(GROUP)">Wrapper.Group#GROUP</a> of the <a href="##(SET_GROUP)">#SET_GROUP</a> is in <a href="Core.Zone.html">Core.Zone</a>
This could also be achieved with <code>not SET_GROUP:AnyPartlyInZone(Zone)</code>, but it's easier for the
mission designer to add a dedicated method</p>
</td>
@@ -10711,7 +10711,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SET_STATIC).GetStaticTypesText">SET_STATIC:GetStaticTypesText()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns a comma separated string of the unit types with a count in the <a href="Set.html">Set</a>.</p>
<p>Returns a comma separated string of the unit types with a count in the <a href="Core.Set.html">Core.Set</a>.</p>
</td>
</tr>
<tr class="w3-border">
@@ -11788,7 +11788,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SET_UNIT).GetUnitTypesText">SET_UNIT:GetUnitTypesText()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns a comma separated string of the unit types with a count in the <a href="Set.html">Set</a>.</p>
<p>Returns a comma separated string of the unit types with a count in the <a href="Core.Set.html">Core.Set</a>.</p>
</td>
</tr>
<tr class="w3-border">
@@ -11800,31 +11800,31 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SET_UNIT).HasAirUnits">SET_UNIT:HasAirUnits()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns if the <a href="Set.html">Set</a> has air targets.</p>
<p>Returns if the <a href="Core.Set.html">Core.Set</a> has air targets.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SET_UNIT).HasFriendlyUnits">SET_UNIT:HasFriendlyUnits(FriendlyCoalition)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns if the <a href="Set.html">Set</a> has friendly ground units.</p>
<p>Returns if the <a href="Core.Set.html">Core.Set</a> has friendly ground units.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SET_UNIT).HasGroundUnits">SET_UNIT:HasGroundUnits()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns if the <a href="Set.html">Set</a> has ground targets.</p>
<p>Returns if the <a href="Core.Set.html">Core.Set</a> has ground targets.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SET_UNIT).HasRadar">SET_UNIT:HasRadar(RadarType)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns if the <a href="Set.html">Set</a> has targets having a radar (of a given type).</p>
<p>Returns if the <a href="Core.Set.html">Core.Set</a> has targets having a radar (of a given type).</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SET_UNIT).HasSEAD">SET_UNIT:HasSEAD()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns if the <a href="Set.html">Set</a> has targets that can be SEADed.</p>
<p>Returns if the <a href="Core.Set.html">Core.Set</a> has targets that can be SEADed.</p>
</td>
</tr>
<tr class="w3-border">
@@ -38154,7 +38154,7 @@ end</code></pre>
<h2><a id="#(SET_GROUP).AnyInZone" ><strong>SET_GROUP:AnyInZone(ZoneObject, Zone)</strong></a></h2>
</div>
<p>Iterate the SET_GROUP and return true if at least one <a href="##(UNIT)">#UNIT</a> of one <a href="GROUP.html">GROUP</a> of the <a href="SET_GROUP.html">SET_GROUP</a> is in <a href="Core.Zone.html">Core.Zone</a></p>
<p>Iterate the SET_GROUP and return true if at least one <a href="##(UNIT)">#UNIT</a> of one <a href="Wrapper.Group.html##(GROUP)">Wrapper.Group#GROUP</a> of the <a href="##(SET_GROUP)">#SET_GROUP</a> is in <a href="Core.Zone.html">Core.Zone</a></p>
<div id= "#Functions##AnyInZone" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -38219,10 +38219,10 @@ end</code></pre>
<h2><a id="#(SET_GROUP).AnyPartlyInZone" ><strong>SET_GROUP:AnyPartlyInZone(ZoneObject, Zone)</strong></a></h2>
</div>
<p>Iterate the SET_GROUP and return true if at least one <a href="GROUP.html">GROUP</a> of the <a href="SET_GROUP.html">SET_GROUP</a> is partly in <a href="Core.Zone.html">Core.Zone</a>.</p>
<p>Iterate the SET_GROUP and return true if at least one <a href="Wrapper.Group.html##(GROUP)">Wrapper.Group#GROUP</a> of the <a href="##(SET_GROUP)">#SET_GROUP</a> is partly in <a href="Core.Zone.html">Core.Zone</a>.</p>
<p>Will return false if a <a href="GROUP.html">GROUP</a> is fully in the <a href="Core.Zone.html">Core.Zone</a></p>
<p>Will return false if a <a href="Wrapper.Group.html##(GROUP)">Wrapper.Group#GROUP</a> is fully in the <a href="Core.Zone.html">Core.Zone</a></p>
<div id= "#Functions##AnyPartlyInZone" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -39685,7 +39685,7 @@ DBObject = SET_GROUP:New()</code></pre>
<h2><a id="#(SET_GROUP).NoneInZone" ><strong>SET_GROUP:NoneInZone(ZoneObject, Zone)</strong></a></h2>
</div>
<p>Iterate the SET_GROUP and return true if no <a href="GROUP.html">GROUP</a> of the <a href="SET_GROUP.html">SET_GROUP</a> is in <a href="Core.Zone.html">Core.Zone</a>
<p>Iterate the SET_GROUP and return true if no <a href="Wrapper.Group.html##(GROUP)">Wrapper.Group#GROUP</a> of the <a href="##(SET_GROUP)">#SET_GROUP</a> is in <a href="Core.Zone.html">Core.Zone</a>
This could also be achieved with <code>not SET_GROUP:AnyPartlyInZone(Zone)</code>, but it's easier for the
mission designer to add a dedicated method</p>
@@ -63741,7 +63741,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
<h2><a id="#(SET_STATIC).GetStaticTypesText" ><strong>SET_STATIC:GetStaticTypesText()</strong></a></h2>
</div>
<p>Returns a comma separated string of the unit types with a count in the <a href="Set.html">Set</a>.</p>
<p>Returns a comma separated string of the unit types with a count in the <a href="Core.Set.html">Core.Set</a>.</p>
<div id= "#Functions##GetStaticTypesText" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -70437,7 +70437,7 @@ UnitSet = SET_UNIT:New():FilterActive( false ):FilterCoalition( "blue" ):FilterO
<h2><a id="#(SET_UNIT).GetUnitTypesText" ><strong>SET_UNIT:GetUnitTypesText()</strong></a></h2>
</div>
<p>Returns a comma separated string of the unit types with a count in the <a href="Set.html">Set</a>.</p>
<p>Returns a comma separated string of the unit types with a count in the <a href="Core.Set.html">Core.Set</a>.</p>
<div id= "#Functions##GetUnitTypesText" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -70497,7 +70497,7 @@ UnitSet = SET_UNIT:New():FilterActive( false ):FilterCoalition( "blue" ):FilterO
<h2><a id="#(SET_UNIT).HasAirUnits" ><strong>SET_UNIT:HasAirUnits()</strong></a></h2>
</div>
<p>Returns if the <a href="Set.html">Set</a> has air targets.</p>
<p>Returns if the <a href="Core.Set.html">Core.Set</a> has air targets.</p>
<div id= "#Functions##HasAirUnits" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -70527,7 +70527,7 @@ UnitSet = SET_UNIT:New():FilterActive( false ):FilterCoalition( "blue" ):FilterO
<h2><a id="#(SET_UNIT).HasFriendlyUnits" ><strong>SET_UNIT:HasFriendlyUnits(FriendlyCoalition)</strong></a></h2>
</div>
<p>Returns if the <a href="Set.html">Set</a> has friendly ground units.</p>
<p>Returns if the <a href="Core.Set.html">Core.Set</a> has friendly ground units.</p>
<div id= "#Functions##HasFriendlyUnits" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -70568,7 +70568,7 @@ UnitSet = SET_UNIT:New():FilterActive( false ):FilterCoalition( "blue" ):FilterO
<h2><a id="#(SET_UNIT).HasGroundUnits" ><strong>SET_UNIT:HasGroundUnits()</strong></a></h2>
</div>
<p>Returns if the <a href="Set.html">Set</a> has ground targets.</p>
<p>Returns if the <a href="Core.Set.html">Core.Set</a> has ground targets.</p>
<div id= "#Functions##HasGroundUnits" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -70598,7 +70598,7 @@ UnitSet = SET_UNIT:New():FilterActive( false ):FilterCoalition( "blue" ):FilterO
<h2><a id="#(SET_UNIT).HasRadar" ><strong>SET_UNIT:HasRadar(RadarType)</strong></a></h2>
</div>
<p>Returns if the <a href="Set.html">Set</a> has targets having a radar (of a given type).</p>
<p>Returns if the <a href="Core.Set.html">Core.Set</a> has targets having a radar (of a given type).</p>
<div id= "#Functions##HasRadar" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -70640,7 +70640,7 @@ UnitSet = SET_UNIT:New():FilterActive( false ):FilterCoalition( "blue" ):FilterO
<h2><a id="#(SET_UNIT).HasSEAD" ><strong>SET_UNIT:HasSEAD()</strong></a></h2>
</div>
<p>Returns if the <a href="Set.html">Set</a> has targets that can be SEADed.</p>
<p>Returns if the <a href="Core.Set.html">Core.Set</a> has targets that can be SEADed.</p>
<div id= "#Functions##HasSEAD" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">