This commit is contained in:
FlightControl 2017-03-04 16:02:37 +01:00
parent 842aa878ad
commit f725866ef4
2 changed files with 35 additions and 3 deletions

View File

@ -1222,7 +1222,6 @@ The new calculated POINT_VEC2.</p>
<dl class="function">
<dt>
<em></em>
<a id="#(POINT_VEC2).z" >
<strong>POINT_VEC2.z</strong>
</a>

View File

@ -493,6 +493,12 @@ Various methods exist to configure:</p>
<td class="name" nowrap="nowrap"><a href="##(SCORING).ReportDetailedPlayerDestroys">SCORING:ReportDetailedPlayerDestroys(PlayerName)</a></td>
<td class="summary">
<p>Produce detailed report of player destroy scores.</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(SCORING).ReportDetailedPlayerGoals">SCORING:ReportDetailedPlayerGoals(PlayerName)</a></td>
<td class="summary">
<p>Produce detailed report of player goal scores.</p>
</td>
</tr>
<tr>
@ -504,7 +510,7 @@ Various methods exist to configure:</p>
<tr>
<td class="name" nowrap="nowrap"><a href="##(SCORING).ReportDetailedPlayerMissions">SCORING:ReportDetailedPlayerMissions(PlayerName)</a></td>
<td class="summary">
<p>Produce detailed report of player goal scores.</p>
<p>Produce detailed report of player penalty scores because of changing the coalition.</p>
</td>
</tr>
<tr>
@ -1441,6 +1447,33 @@ The report.</p>
<dl class="function">
<dt>
<a id="#(SCORING).ReportDetailedPlayerGoals" >
<strong>SCORING:ReportDetailedPlayerGoals(PlayerName)</strong>
</a>
</dt>
<dd>
<p>Produce detailed report of player goal scores.</p>
<h3>Parameter</h3>
<ul>
<li>
<p><code><em>#string PlayerName </em></code>:
The name of the player.</p>
</li>
</ul>
<h3>Return value</h3>
<p><em>#string:</em>
The report.</p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(SCORING).ReportDetailedPlayerHits" >
<strong>SCORING:ReportDetailedPlayerHits(PlayerName)</strong>
</a>
@ -1474,7 +1507,7 @@ The report.</p>
</dt>
<dd>
<p>Produce detailed report of player goal scores.</p>
<p>Produce detailed report of player penalty scores because of changing the coalition.</p>
<h3>Parameter</h3>
<ul>