Documentation update

This commit is contained in:
Grey-Echo
2017-04-22 14:56:30 +02:00
parent 09325a8615
commit f1a9029bc6
11 changed files with 211 additions and 26 deletions

View File

@@ -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>