New revised CLEANUP class

This commit is contained in:
FlightControl
2017-06-30 10:27:44 +02:00
parent 862f2ab3ac
commit 133910ac3b
24 changed files with 524 additions and 577 deletions

View File

@@ -414,6 +414,12 @@ Various methods exist to configure:</p>
<td class="name" nowrap="nowrap"><a href="##(SCORING).CoalitionChangePenalty">SCORING.CoalitionChangePenalty</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(SCORING).DisplayMessagePrefix">SCORING.DisplayMessagePrefix</a></td>
<td class="summary">
</td>
</tr>
<tr>
@@ -642,6 +648,12 @@ Various methods exist to configure:</p>
<td class="name" nowrap="nowrap"><a href="##(SCORING).SetCoalitionChangePenalty">SCORING:SetCoalitionChangePenalty(CoalitionChangePenalty)</a></td>
<td class="summary">
<p>When a player changes the coalition, he can receive a penalty score.</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(SCORING).SetDisplayMessagePrefix">SCORING:SetDisplayMessagePrefix(DisplayMessagePrefix)</a></td>
<td class="summary">
<p>Set a prefix string that will be displayed at each scoring message sent.</p>
</td>
</tr>
<tr>
@@ -1038,6 +1050,19 @@ The Score value.</p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(SCORING).DisplayMessagePrefix" >
<strong>SCORING.DisplayMessagePrefix</strong>
</a>
</dt>
<dd>
</dd>
</dl>
<dl class="function">
@@ -1889,6 +1914,33 @@ The amount of penalty that is given. </p>
<p><em><a href="##(SCORING)">#SCORING</a>:</em></p>
</dd>
</dl>
<dl class="function">
<dt>
<a id="#(SCORING).SetDisplayMessagePrefix" >
<strong>SCORING:SetDisplayMessagePrefix(DisplayMessagePrefix)</strong>
</a>
</dt>
<dd>
<p>Set a prefix string that will be displayed at each scoring message sent.</p>
<h3>Parameter</h3>
<ul>
<li>
<p><code><em>#string DisplayMessagePrefix </em></code>:
(Default="Scoring: ") The scoring prefix string.</p>
</li>
</ul>
<h3>Return value</h3>
<p><em><a href="##(SCORING)">#SCORING</a>:</em></p>
</dd>
</dl>
<dl class="function">