Doc update for RADIO:StopBroadcast Fix

This commit is contained in:
Grey-Echo
2017-03-22 10:40:22 +01:00
parent 4563e7e300
commit b1b0789113
12 changed files with 162 additions and 42 deletions

View File

@@ -80,8 +80,6 @@ and create a CSV file logging the scoring events for use at team or squadron web
<hr/>
<h1>1) <a href="Scoring.html##(SCORING)">Scoring#SCORING</a> class, extends <a href="Base.html##(BASE)">Base#BASE</a></h1>
<p>The <a href="##(SCORING)">#SCORING</a> class administers the scoring of player achievements,
and creates a CSV file logging the scoring events and results for use at team or squadron websites.</p>
@@ -136,6 +134,8 @@ These CSV files can be used to:</p>
Use the radio menu F10 to consult the scores while running the mission.
Scores can be reported for your user, or an overall score can be reported of all players currently active in the mission.</p>
<h1>1) <a href="Scoring.html##(SCORING)">Scoring#SCORING</a> class, extends <a href="Base.html##(BASE)">Base#BASE</a></h1>
<h2>1.1) Set the destroy score or penalty scale</h2>
<p>Score scales can be set for scores granted when enemies or friendlies are destroyed.
@@ -169,8 +169,6 @@ For example, this can be done as follows:</p>
<pre><code> Scoring:RemoveUnitScore( UNIT:FindByName( "Unit #001" ) )
</code></pre>
<h2>1.3) Define destruction zones that will give extra scores.</h2>
<p>Define zones of destruction. Any object destroyed within the zone of the given category will give extra points.