Updated documentation

This commit is contained in:
FlightControl
2017-03-10 23:05:02 +01:00
parent d70d13449d
commit 8add761982
57 changed files with 3885 additions and 1693 deletions

View File

@@ -61,8 +61,8 @@
<li><a href="Static.html">Static</a></li>
<li><a href="Task.html">Task</a></li>
<li><a href="Task_A2G.html">Task_A2G</a></li>
<li><a href="Task_A2G_Dispatcher.html">Task_A2G_Dispatcher</a></li>
<li><a href="Task_PICKUP.html">Task_PICKUP</a></li>
<li><a href="Task_SEAD.html">Task_SEAD</a></li>
<li><a href="Unit.html">Unit</a></li>
<li><a href="Utils.html">Utils</a></li>
<li><a href="Zone.html">Zone</a></li>
@@ -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>