mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Documentation update
This commit is contained in:
@@ -190,6 +190,12 @@
|
||||
<td class="name" nowrap="nowrap"><a href="##(GROUP).CopyRoute">GROUP:CopyRoute(Begin, End, Randomize, Radius)</a></td>
|
||||
<td class="summary">
|
||||
<p>Return the route of a group by using the <a href="Database.html##(DATABASE)">Database#DATABASE</a> class.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap="nowrap"><a href="##(GROUP).CountInZone">GROUP:CountInZone(Zone)</a></td>
|
||||
<td class="summary">
|
||||
<p>Returns the number of UNITs that are in the <a href="Zone.html">Zone</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -680,6 +686,33 @@ When randomization is on, the randomization is within the radius.</p>
|
||||
<dl class="function">
|
||||
<dt>
|
||||
|
||||
<a id="#(GROUP).CountInZone" >
|
||||
<strong>GROUP:CountInZone(Zone)</strong>
|
||||
</a>
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<p>Returns the number of UNITs that are in the <a href="Zone.html">Zone</a></p>
|
||||
|
||||
<h3>Parameter</h3>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
<p><code><em><a href="Core.Zone.html##(ZONE_BASE)">Core.Zone#ZONE_BASE</a> Zone </em></code>:
|
||||
The zone to test.</p>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
<h3>Return value</h3>
|
||||
|
||||
<p><em>#number:</em>
|
||||
The number of UNITs that are in the <a href="Zone.html">Zone</a></p>
|
||||
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="function">
|
||||
<dt>
|
||||
|
||||
<a id="#(GROUP).Destroy" >
|
||||
<strong>GROUP:Destroy()</strong>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user