MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2022-04-20 12:17:06 +00:00
parent b2fb977d30
commit fd2360a292
26 changed files with 809 additions and 212 deletions

View File

@@ -2217,6 +2217,12 @@ This class is an abstract BASE class for derived classes, and is not meant to be
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ZONE_BASE).UndrawZone">ZONE_BASE:UndrawZone(Delay)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Remove the drawing of the zone from the F10 map.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ZONE_BASE).ZoneID">ZONE_BASE.ZoneID</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>ID of zone. Only zones defined in the ME have an ID!</p>
</td>
</tr>
<tr class="w3-border">
@@ -4248,6 +4254,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="#(ZONE_BASE).ZoneID" ><strong>ZONE_BASE.ZoneID</strong></a>
<p>ID of zone. Only zones defined in the ME have an ID!</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
@@ -5443,6 +5460,17 @@ end
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(ZONE_BASE).ZoneID" ><strong>ZONE_BASE.ZoneID</strong></a>
<p>ID of zone. Only zones defined in the ME have an ID!</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
@@ -6950,6 +6978,17 @@ end
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(ZONE_BASE).ZoneID" ><strong>ZONE_BASE.ZoneID</strong></a>
<p>ID of zone. Only zones defined in the ME have an ID!</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
@@ -13199,7 +13238,7 @@ Note that once a zone has been scanned, multiple evaluations can be done on the
<p>Scan the zone for the presence of units of the given ObjectCategories.</p>
<p>Note that after a zone has been scanned, the zone can be evaluated by:</p>
<p>Note that <strong>only after</strong> a zone has been scanned, the zone can be evaluated by:</p>
<ul>
<li><a href="ZONE_RADIUS.IsAllInZoneOfCoalition.html">ZONE_RADIUS.IsAllInZoneOfCoalition</a>(): Scan the presence of units in the zone of a coalition.</li>
@@ -13225,7 +13264,7 @@ Note that once a zone has been scanned, multiple evaluations can be done on the
</div>
<div class="w3-half">
<p>An array of categories of the objects to find in the zone.</p>
<p>An array of categories of the objects to find in the zone. E.g. <code>{Object.Category.UNIT}</code></p>
</div>
</div>
@@ -13237,12 +13276,12 @@ Note that once a zone has been scanned, multiple evaluations can be done on the
</div>
<div class="w3-half">
<p>An array of unit categories of the objects to find in the zone.</p>
<p>An array of unit categories of the objects to find in the zone. E.g. <code>{Unit.Category.GROUND_UNIT,Unit.Category.SHIP}</code></p>
</div>
</div>
<h2><strong>Usage:</strong></h2>
<pre class="example"><code> self.Zone:Scan()
<pre class="example"><code> self.Zone:Scan({Object.Category.UNIT},{Unit.Category.GROUND_UNIT})
local IsAttacked = self.Zone:IsSomeInZoneOfCoalition( self.Coalition )</code></pre>
</div>
@@ -15268,7 +15307,7 @@ Note that once a zone has been scanned, multiple evaluations can be done on the
<p>Scan the zone for the presence of units of the given ObjectCategories.</p>
<p>Note that after a zone has been scanned, the zone can be evaluated by:</p>
<p>Note that <strong>only after</strong> a zone has been scanned, the zone can be evaluated by:</p>
<ul>
<li><a href="ZONE_RADIUS.IsAllInZoneOfCoalition.html">ZONE_RADIUS.IsAllInZoneOfCoalition</a>(): Scan the presence of units in the zone of a coalition.</li>
@@ -15294,7 +15333,7 @@ Note that once a zone has been scanned, multiple evaluations can be done on the
</div>
<div class="w3-half">
<p>An array of categories of the objects to find in the zone.</p>
<p>An array of categories of the objects to find in the zone. E.g. <code>{Object.Category.UNIT}</code></p>
</div>
</div>
@@ -15306,12 +15345,12 @@ Note that once a zone has been scanned, multiple evaluations can be done on the
</div>
<div class="w3-half">
<p>An array of unit categories of the objects to find in the zone.</p>
<p>An array of unit categories of the objects to find in the zone. E.g. <code>{Unit.Category.GROUND_UNIT,Unit.Category.SHIP}</code></p>
</div>
</div>
<h2><strong>Usage:</strong></h2>
<pre class="example"><code> self.Zone:Scan()
<pre class="example"><code> self.Zone:Scan({Object.Category.UNIT},{Unit.Category.GROUND_UNIT})
local IsAttacked = self.Zone:IsSomeInZoneOfCoalition( self.Coalition )</code></pre>
</div>