Release prep

This commit is contained in:
FlightControl
2017-03-17 11:50:24 +01:00
parent 8c4ae420e2
commit 7231492eaa
139 changed files with 70756 additions and 176 deletions

View File

@@ -319,6 +319,12 @@ Use the following Zone validation methods on the group:</p>
<td class="name" nowrap="nowrap"><a href="##(GROUP).GetMinHeight">GROUP:GetMinHeight()</a></td>
<td class="summary">
<p>Returns the current minimum height of the group.</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(GROUP).GetPlayerNames">GROUP:GetPlayerNames()</a></td>
<td class="summary">
<p>Get player names</p>
</td>
</tr>
<tr>
@@ -958,6 +964,34 @@ Minimum height found.</p>
<dl class="function">
<dt>
<a id="#(GROUP).GetPlayerNames" >
<strong>GROUP:GetPlayerNames()</strong>
</a>
</dt>
<dd>
<p>Get player names</p>
<h3>Return values</h3>
<ol>
<li>
<p><em>#table:</em>
The group has players, an array of player names is returned.</p>
</li>
<li>
<p><em>#nil:</em>
The group has no players</p>
</li>
</ol>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(GROUP).GetPositionVec3" >
<strong>GROUP:GetPositionVec3()</strong>
</a>