This commit is contained in:
FlightControl
2017-05-27 10:09:44 +02:00
parent e06b2c5e4f
commit 051cc4955f
9 changed files with 262 additions and 141 deletions

View File

@@ -305,6 +305,12 @@
<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).GetPlayerName">GROUP:GetPlayerName()</a></td>
<td class="summary">
<p>Gets the player name of the group.</p>
</td>
</tr>
<tr>
@@ -1103,6 +1109,24 @@ Minimum height found.</p>
<dl class="function">
<dt>
<a id="#(GROUP).GetPlayerName" >
<strong>GROUP:GetPlayerName()</strong>
</a>
</dt>
<dd>
<p>Gets the player name of the group.</p>
<h3>Return value</h3>
<p><em>#string:</em>
The player name of the group.</p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(GROUP).GetPlayerNames" >
<strong>GROUP:GetPlayerNames()</strong>
</a>